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 | |
share_code | string | Code to retrieve the contents of a shared collection | |
sort | string | Sort order |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
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}