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
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":"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}