Insights
This endpoint returns a csv file containing video views, time viewed, unique viewers and time based viewership data.
The ID of the perspective.
A role to filter the users by. If not provided all insights data is aggregated.
Returns overview of perspective insights in a CSV.
Authorization information is missing or invalid.
If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
The perspective was not found by ID.
Invalid parameters.
GET /api/public/v1/perspectives/{perspective_uuid}/insights/overview HTTP/1.1
Host: tw.instructuremedia.com
Authorization: YOUR_API_KEY
Accept: */*
No content
This endpoint returns a csv file containing user name, email, role(s), completion rate and time based completion data.
The ID of the perspective.
A role to filter the users by. If not provided all insights data is aggregated.
Returns perspective insights for users in a CSV.
Authorization information is missing or invalid.
If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
The perspective was not found by ID.
The provided parameters are invalid.
GET /api/public/v1/perspectives/{perspective_uuid}/insights/users HTTP/1.1
Host: tw.instructuremedia.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?