v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBVideo
List video descriptors
get/video/list
Query parameters
sortstring
Sort the result by selected field (it's a case-sensitive) with .asc or .desc
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
A list of videos with basic information.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"videoId": "643fe34907539415c40e41a4",
"videoTitle": "Video Title",
"videoType": "livestream",
"insertedAt": "2022-11-28T13:00:00.000Z",
"totalWatchedTimeInMs": 5755747,
"totalWatchedTime": "42:00:00",
"videoDuration": "00:42:00"
}
}
}