Get the contents of video collections

GET {{baseUrl}}/v2/videos/collections/:id/items

This endpoint lists the IDs of videos in a collection and the date that each was added.

Request Params

KeyDatatypeRequiredDescription
pagenumberPage number
per_pagenumberNumber of results per page
share_codestringCode to retrieve the contents of a shared collection
sortstringSort order

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"data":[{"id":"123123","media_type":"video","added_time":"2017-07-06T14:33:42-04:00"},{"id":"654654","media_type":"video","added_time":"2017-07-06T14:33:42-04:00"}],"page":1,"per_page":100,"total_count":2}