TYBA






protocol.tidal.GetTidalArtistAlbumsRequest

GetTidalArtistAlbumsRequest

This request allows you to get all the albums from a particular Tidal artist. 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
uidno1stringtidal user id
idno1tidal idartist id
ixsno1indicesstart (i0) and end (i1) index inclusive

Example xml:


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

 

back to index