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 |
---|---|---|---|
share_code | string | Code to retrieve the contents of a shared collection | |
page | number | Page number | |
per_page | number | Number of results per page |
RESPONSES
status: OK
{"data":[{"id":"38162050","added_time":"2016-11-25T16:44:25-05:00"},{"id":"38139676","added_time":"2016-11-25T16:44:22-05:00"},{"id":"787905","added_time":"2016-11-25T16:44:19-05:00"},{"id":"826197","added_time":"2016-11-25T16:44:16-05:00"},{"id":"38124508","added_time":"2016-11-25T16:44:14-05:00"},{"id":"126445388","added_time":"2016-11-25T16:44:02-05:00"}]}