Click or drag to resize
GET /media/channels
Print this page
Description

This service gets a user's available MediaChannels.

Request

No request body is used for this service.

Response

On success, the response body contains an array of JSON objects that represents a MediaChannel:

Member Type Purpose
id string The ID of the video channel.
name string The name of the channel.
description string The description of the channel.
videos MediaVideo[] The list of videos for this channel.
If the request fails, an Error Response is generated.