Get the contents of audio collections

GET {{baseUrl}}/v2/audio/collections/:id/items

This endpoint lists the IDs of tracks 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":"76688182","media_type":"audio","added_time":"2016-08-18T18:52:59-04:00"},{"id":"40005859","media_type":"audio","added_time":"2016-08-18T18:52:59-04:00"}],"page":1,"per_page":100,"total_count":2}