Skip to content

GET videos seen by a TPUT

Many of our customers want to find the videos watched by a specific user. This call returns the videos watched by a specific user and some statistics about those videos, including

  1. The percentage of the video watched,
  2. The last second of a video that was watched/paused

The last second is so that you can resume a video at the last viewed point.

https://search-prod.parone.app/get_video_statistics_by_tput?tput=TPUT&organization_key=ORG_KEY

The results are returned in a JSON object.

{

  "data": [
    {
      "content_key": "CONTENT_KEY",
      "tput" : "TPUT",
      "viewedPercent" : DECIMAL.DECIMAL,
      "lastSecond" : NUMBER,
      "lastViewed" : DATE
    },
    [...]
  ],
  "message": "ok",
  "status": "ok"
}
Field Value Comments
content_key string Identifies the video
lastViewed The last time this particular video was viewed. An ISO 8601 Date.
lastSecond number The last second of the video the user watched
tput string The TPUT associated with the user