Skip to Content

Inhalte

GET /api/analytics/content

Rangierte Liste von Inhalten nach Views im Workspace für einen Content-Typ.

Erfordert analytics.read. Siehe Übersicht für gemeinsame Parameter und Kategorie-Scope.

Parameter

ParameterErforderlichBeschreibung
contentTypeNeinvod (Standard) oder live
from, toNeinISO-8601-Bereich
minimumWatchSecondsNeinStandard 3
limitNeinStandard 100

Anfrage

curl -X GET "https://app.ignitevideo.cloud/api/analytics/content?contentType=vod&limit=50" \ -H "Authorization: Bearer YOUR_API_KEY"

Antwort

{ "from": string, "to": string, "minimumWatchSeconds": number, "content": [ { "contentId": string, "views": number, "watchSeconds": number, "completions": number, "sessions": number }, [...] ] }