v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBCategories
Get daily watch time for thirty days
get/category/last-thirty-days-total-watch-time/{categoryId}
Path parameters
categoryIdstring required
The ID of a specific category.
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
The total watched time per day of a category.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"date": "10/12",
"totalWatchedTimeInMs": 5755747,
"totalWatchedTime": "00:06:28"
}
}
}