Browsing, Indexes and Lists
Index IDs for an object type
This takes a collection of inputs and return ID's for the object type. Add 'include' to include child objects
get/index
Query parameters
typestring required
filterstring
hide_search0 | 1
exact0 | 1
addstring date
Filter to items added on this ISO 8601 date.
updatestring date
Filter to items updated on this ISO 8601 date.
include0 | 1
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
Index response
IndexResponse required
Keyed by the requested type (e.g. album, artist, song). Without include the value is an array of object ids; with include it is an array of {id, type} references, or a map of parent id -> reference array for parent types such as playlists.