v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Video

Total monthly watch time

get/video/total-watch-time-per-month/{videoId}

Path parameters

videoIdstring required

The ID of a specific video.

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to.

Response

The total watched time of a video.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "date": "2022-11",
      "totalWatchedTimeInMs": 5755747,
      "totalWatchedTime": "00:06:28"
    }
  }
}