Albums
Get the disks of an album
This returns the disks of a specified album
get/albums/{album_id}/disks
Path parameters
album_idstring required
Unique identifier of the album.
Query parameters
include'songs'
songs (include child objects in the response)
offsetinteger
Return results starting from this index position
limitinteger
Maximum number of results to return
condstring
Apply additional browse filters using ';' separated key,value pairs.
sortstring
Sort key or key,order pair. Example: name or name,ASC.
Response
OK