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 | |
sort | string | Sort order |
RESPONSES
status: OK
{"data":[{"added_time":"2017-07-06T14:33:42-04:00","id":"123123","media_type":"video"},{"added_time":"2017-07-06T14:33:42-04:00","id":"654654","media_type":"video"}],"page":1,"per_page":100}