TYBA






protocol.tidal.GetTidalCategoryPlaylistsResponse

GetTidalCategoryPlaylistsResponse

This response acts as an acknowledgment to its corresponding request as well as containing a collection of playlists matching your request parameters. There is meta data included prior to the list to indicate the number of results returned as well as the total matching results in the database. This is useful if you have subset the results.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to playlist origin of any particular message
uidno1stringtidal user id
idno1tidal idcategory id
ixsno1indicesstart (i0) and end (i1) index inclusive
nno1integernumber of results returned
colno1listlist of playlists.

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getTidalCategoryPlaylists>
              <uid>45435434354343</uid>
              <id>584374858</id>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
              <n>3</n>
              <col>
                  <pl>
                      <plid>432546325432</plid>
                      <plnm>Podcasts</plnm>
                      <trco></trco>
                      <cv></cv>
                      <ro>1</ro>
                      <uid>mum</uid>
                  </pl>
                  <pl>
                      <plid>432546325432</plid>
                      <plnm>Podcasts</plnm>
                      <trco></trco>
                      <cv></cv>
                      <ro>1</ro>
                      <uid>mum</uid>
                  </pl>
                  <pl>
                      <plid>432546325432</plid>
                      <plnm>My Top Rated</plnm>
                      <trco></trco>
                      <cv></cv>
                      <ro>0</ro>
                      <uid>mum</uid>
                  </pl>
                  <pl>
                      <plid>432546325432</plid>
                      <plnm>Recently Added</plnm>
                      <trco></trco>
                      <cv></cv>
                      <ro>1</ro>
                      <uid>mum</uid>
                  </pl>
              </col>
          </getTidalCategoryPlaylists>
      </fn>
  </siresp>

 

back to index