| GET /media/channels |
This service gets a user's available MediaChannels.
No request body is used for this service.
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. |