Browsing, Indexes and Lists

Index IDs for an object type

get/index

Query parameters

typestring required
filterstring
hide_search0 | 1
exact0 | 1
addstring date
updatestring date
include0 | 1
offsetinteger
limitinteger
condstring
sortstring

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.

Changes