TYBA






protocol.deezer.GetDeezerArtistPlaylistsRequest

GetDeezerArtistPlaylistsRequest

This request allows you to get all the playlists from a particular Deezer artist. The indices parameter allows you to specify the subset of results to return.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to playlist origin of any particular message
uidno1stringdeezer user id
idno1deezer idartist id
ixsno1indicesstart (i0) and end (i1) index inclusive

Example xml:


 <sireq>
     <cid>Mum</cid>
     <fn>
         <getDeezerArtistPlaylists>
              <uid>45435434354343</uid>
             <id>584374858</id>
             <ixs>
                 <i0>0</i0>
                 <i1>9</i1>
             </ixs>
         </getDeezerArtistPlaylists>
     </fn>
 </sireq>

 

back to index