protocol.streaming.playlist.AddToStreamingPlaylistResponse
This response acts as an acknowledgement to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | database id | playlist id |
items | no | 1 | list | a list of track,genre,album,playlist, composer and/or artist id's |
tok | yes | 1 | api token | client token for privileged access. request from ideaworks |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addToStreamingPlaylist> <id>45435434354343</id> <items> <trid>12121212121</trid> <trid>12121212121</trid> </items> </addToStreamingPlaylist> </fn> </sireq>