Skip to main content

List album tracks

One album's tracks

GET /catalog/albums/{id}/tracks

note

SDK method: listAlbumTracks Security: authenticated (policy: platform.view)

Attributes

Attributes (9)
AttributeTypeRequiredDescription
idstringYesPath parameter.
pagenumberYesThe page number
pageSizenumberYesThe page size
sort'asc' | 'desc'YesThe sort order
totalnumberYesThe total number of items
searchstringNo
sortByCatalogSortNo
sortByTrackSortNo
stateTrackStateNo

Response

200 OK — Returns a TrackPage object.