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

KeyDatatypeRequiredDescription
pagenumberPage number
per_pagenumberNumber of results per page
sortstringSort 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"}]}