Skip to Content

Content

GET /api/analytics/content

Ranked list of content items by views in the workspace for a content type.

Requires analytics.read. See Overview for shared parameters and category scope.

Parameters

ParameterRequiredDescription
contentTypeNovod (default) or live
from, toNoISO 8601 range
minimumWatchSecondsNoDefault 3
limitNoDefault 100

Request

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

Response

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