v1
latestOpenAPI 3.0.02026-07-131091452.6 MBcontributors
Get the items in contributors' collections
This endpoint lists the IDs of items in a contributor's collection and the date that each was added.
get/v2/contributors/{contributor_id}/collections/{id}/items
Path parameters
contributor_idstring required
Contributor ID
idstring required
Collection ID that belongs to the contributor
Query parameters
pageinteger
Page number
per_pageinteger
Number of results per page
sort'newest' | 'oldest'
Sort order
Response
OK
Example response
{
"data": [
{
"id": "1690105108",
"added_time": "2021-07-08T12:33:37.000Z",
"media_type": "image"
},
{
"id": "1468703072",
"added_time": "2021-07-08T12:31:43.000Z",
"media_type": "image"
}
],
"page": 1,
"per_page": 2,
"total_count": 82
}