protocol.deezer.search.DeezerAlbumsSearchRequest
This request allows you to search deezer albums. The indices parameter allows you to specify the subset of results to return. The query parameter is the search string.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | string | deezer user id |
ixs | no | 1 | indices | start (i0) and end (i1) index inclusive |
q | no | 1 | text | search string |
Example xml:
<sireq> <cid>Mum</cid> <fn> <searchDeezerAlbums> <uid>45435434354343</uid> <ixs> <i0>0</i0> <i1>9</i1> </ixs> <q>search</q> </searchDeezerAlbums> </fn> </sireq>