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
sortstringSort order

RESPONSES

status: OK

{"data":[{"added_time":"2016-08-18T18:52:59-04:00","id":"76688182","media_type":"audio"},{"added_time":"2016-08-18T18:52:59-04:00","id":"40005859","media_type":"audio"}],"page":1,"per_page":100}