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.

Retrieve videos seen by a TPUT

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

Structure of the Returned Results

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"
}
FieldValueComments
content_keystringIdentifies the video
lastViewedThe last time this particular video was viewed.An ISO 8601 Date.
lastSecondnumberThe last second of the video the user watched
tputstringThe TPUT associated with the user