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
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Page number | |
per_page | number | Number of results per page | |
share_code | string | Code to retrieve the contents of a shared collection | |
sort | string | Sort order |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
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}