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

KeyDatatypeRequiredDescription
pagenumberPage number
per_pagenumberNumber of results per page
share_codestringCode to retrieve the contents of a shared collection
sortstringSort order

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

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}