protocol.AddAllToPlaylistArtistGenreRequest
This request allows you to add all tracks in the database that match the supplied artist and genre to the supplied playlist.
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 |
arid | no | 1 | database id | artist id |
grid | no | 1 | database id | genre id |
tok | yes | 1 | api token | client token for privileged access. request from ideaworks |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addAllToPlaylistArtistGenre> <id>45435434354343</id> <arid>45435434354343</arid> <grid>232322323</grid> <tok>fggew32gfg24gf45f3g54</tok> </addAllToPlaylistArtistGenre> </fn> </sireq>