protocol.tidal.GetTidalFeaturedCategoriesResponse
This response acts as an acknowledgment to its corresponding request as well as containing a collection of genres matching your request parameters. There is meta data included prior to the list to indicate the number of results returned, this is useful if you have subset the results.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to genre origin of any particular message |
uid | no | 1 | string | tidal user id |
ixs | no | 1 | indices | start (i0) and end (i1) index inclusive |
n | no | 1 | integer | number of results returned |
col | no | 1 | list | list of tidal categories. |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getTidalFeaturedCategories> <uid>45435434354343</uid> <ixs> <i0>0</i0> <i1>9</i1> </ixs> <n>3</n> <col> <gr> <grid>432546325432</grid> <grnm>Pop</grnm> </gr> <gr> <grid>432546325432</grid> <grnm>Pop</grnm> </gr> <gr> <grid>432546325432</grid> <grnm>Pop</grnm> </gr> </col> </getTidalFeaturedCategories> </fn> </siresp>