protocol.GetServiceArtworkStatusRequest
This request allows you to get the current service artwork status for any player id.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | integer | playerid |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getServiceArtworkStatus> <id>255</id> </getServiceArtworkStatus> </fn> </sireq>