Get the contents of image collections
GET {{baseUrl}}/v2/images/collections/:id/items
This endpoint lists the IDs of images 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":"38162050","added_time":"2016-11-25T16:44:25-05:00","media_type":"image"},{"id":"38139676","added_time":"2016-11-25T16:44:22-05:00","media_type":"image"},{"id":"787905","added_time":"2016-11-25T16:44:19-05:00","media_type":"image"},{"id":"826197","added_time":"2016-11-25T16:44:16-05:00","media_type":"image"},{"id":"38124508","added_time":"2016-11-25T16:44:14-05:00","media_type":"image"},{"id":"126445388","added_time":"2016-11-25T16:44:02-05:00","media_type":"image"}],"page":1,"per_page":100,"total_count":6}