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

This service is used to retrieve the details of a specific MediaChannel. The channel is identified by its ID, which is added as the last part of the URL.

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.