Video API, REST: Thumbnail.List
List thumbnails for channel.
HTTP request
GET https://video.api.cloud.yandex.net/video/v1/thumbnails
Query parameters
Field |
Description |
channelId |
string ID of the channel. |
pageSize |
string (int64) The maximum number of the results per page to return. Default value: 100. |
pageToken |
string Page token for getting the next page of the result. |
Response
HTTP Code: 200 - OK
{
"thumbnails": [
{
"id": "string",
"channelId": "string",
"createdAt": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
thumbnails[] |
List of thumbnails. |
nextPageToken |
string Token for getting the next page. |
Thumbnail
Field |
Description |
id |
string ID of the thumbnail. |
channelId |
string ID of the channel where the thumbnail was created. |
createdAt |
string (date-time) Time when thumbnail was created. String in RFC3339 To work with values in this field, use the APIs described in the |