protocol.deezer.user.GetDeezerRecommendedArtistsRequest
This request allows you to get all the recommended artists for a Deezer user. The indices parameter allows you to specify the subset of results to return.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to artist origin of any particular message |
uid | no | 1 | text | deezer user id |
ixs | no | 1 | indices | start (i0) and end (i1) index inclusive |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getDeezerRecommendedArtists> <uid>584374858</uid> <ixs> <i0>0</i0> <i1>9</i1> </ixs> </getDeezerRecommendedArtists> </fn> </sireq>