protocol.deezer.radio.player.GetDeezerRadioStatusRequest
request allows you to get the current deezer radio player status for of 1 or many players.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | list of player id's |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getDeezerRadioStatus> <id>255</id> <id>255</id> </getDeezerRadioStatus> </fn> </sireq>