v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBChannels
List top ten watched videos for a channel
get/channel/top-10-watched-videos
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to
Response
Top 10 watched videos by a given ChannelID.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"_id": "62081eaaaaaaaaaaaaaaacea",
"totalWatchedTimeInMs": 5755747,
"totalWatchedTime": "1732:45:26",
"videoTitle": "Video A"
}
}
}