protocol.GetAlbumTracksWithComposerRequest
This request allows you to get all the tracks from a particular album by a particular composer. An optional indices parameter can be passed if you wish to subset the returned list if you have a limit on the number of results you can display on your user interface.
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 | album id |
cpid | no | 1 | database id | composer id |
ixs | yes | 1 | indices | start (i0) and end (i1) index inclusive |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getAlbumTracksWithComposer> <id>584374858</id> <cpid>566565665676</cpid> <ixs> <i0>0</i0> <i1>9</i1> </ixs> </getAlbumTracksWithComposer> </fn> </sireq>