TYBA






protocol.deezer.user.GetDeezerRecommendedAlbumsRequest

GetDeezerRecommendedAlbumsRequest

This request allows you to get all the recommended albums for a Deezer user. The indices parameter allows you to specify the subset of results to return.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to album origin of any particular message
uidno1textdeezer user id
ixsno1indicesstart (i0) and end (i1) index inclusive

Example xml:


 <sireq>
     <cid>Mum</cid>
     <fn>
         <getDeezerRecommendedAlbums>
             <uid>584374858</uid>
             <ixs>
                 <i0>0</i0>
                 <i1>9</i1>
             </ixs>
         </getDeezerRecommendedAlbums>
     </fn>
 </sireq>

 

back to index