Get the contents of featured video collections
GET {{baseUrl}}/v2/videos/collections/featured/:id/items
This endpoint lists the IDs of videos in a featured 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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"data":[{"id":"2931777093","added_time":"2016-05-18T10:49:02-04:00"},{"id":"4101383321","added_time":"2016-05-18T10:39:06-04:00"},{"id":"1821077001","added_time":"2016-05-18T10:31:04-04:00"},{"id":"3451984902","added_time":"2016-05-18T10:21:54-04:00"}]}