Video API, REST: Channel.Get
Returns the specific channel.
HTTP request
GET https://video.api.cloud.yandex.net/video/v1/channels/{channelId}
Path parameters
Field |
Description |
channelId |
string Required field. ID of the channel. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"organizationId": "string",
"title": "string",
"description": "string",
"createdAt": "string",
"updatedAt": "string",
"labels": "string"
}
Root entity for content separation.
Field |
Description |
id |
string ID of the channel. |
organizationId |
string ID of the organization where channel should be created. |
title |
string Channel title. |
description |
string Channel description. |
createdAt |
string (date-time) Time when channel was created. String in RFC3339 To work with values in this field, use the APIs described in the |
updatedAt |
string (date-time) Time of last channel update. String in RFC3339 To work with values in this field, use the APIs described in the |
labels |
string Custom labels as |