Get the items in contributors' collections
GET {{baseUrl}}/v2/contributors/:contributor_id/collections/:id/items
This endpoint lists the IDs of items in a contributor's 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":"2014-05-01T05:49:46-04:00","id":"168592952","media_type":"image"},{"added_time":"2014-05-01T05:49:59-04:00","id":"88269310","media_type":"image"},{"added_time":"2014-05-01T05:50:21-04:00","id":"94373977","media_type":"image"}]}