TYBA






protocol.deezer.search.DeezerArtistsSearchRequest

DeezerArtistsSearchRequest

This request allows you to search deezer artists. The indices parameter allows you to specify the subset of results to return. The query parameter is the search string.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1stringdeezer user id
ixsno1indicesstart (i0) and end (i1) index inclusive
qno1textsearch string

Example xml:


 <sireq>
     <cid>Mum</cid>
     <fn>
         <searchDeezerArtists>
             <uid>45435434354343</uid>
             <ixs>
                 <i0>0</i0>
                 <i1>9</i1>
             </ixs>
             <q>search</q>
         </searchDeezerArtists>
     </fn>
 </sireq>

 

back to index