TYBA






protocol.deezer.search.DeezerArtistsSearchResponse

DeezerArtistsSearchResponse

This response acts as an acknowledgment to its corresponding request as well as containing a collection of artists 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.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1stringdeezer user id
ixsno1indicesstart (i0) and end (i1) index inclusive
qno1textsearch string
nno1integernumber of results returned
colno1listlist of artists.

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <searchDeezerArtists>
              <uid>45435434354343</uid>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
              <q>search</q>
              <n>3</n>
              <col>
                  <ar>
                      <arid>432546325432</arid>
                      <arnm>Florence and the Machine</arnm>
                      <alco>2</alco>
                      <trco>36</trco>
                      <cv></cv>
                  </ar>
                  <ar>
                      <arid>434334343</arid>
                      <arnm>Avril Lavigne</arnm>
                      <alco>2</alco>
                      <trco>36</trco>
                      <cv></cv>
                  </ar>
                  <ar>
                      <arid>343434</arid>
                      <arnm>Sting</arnm>
                      <alco>2</alco>
                      <trco>36</trco>
                      <cv></cv>
                  </ar>
              </col>
          </searchDeezerArtists>
      </fn>
  </siresp>

 

back to index