TYBA






protocol.deezer.radio.player.GetDeezerRadioHistoryResponse

GetDeezerRadioHistoryResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerplayer id
nno1integernumber of results returned
colno1listlist of tracks.

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getDeezerRadioHistory>
              <id>255</id>
              <n>1</n>
              <col>
                  <tr>
                      <trid>432546325432</trid>
                      <trnm>Dark days are over</trnm>
                      <arnm>Florence and the Machine</arnm>
                      <arid>432546325432</arid>
                      <alnm>Lungs</alnm>
                      <alid>432546325432</alid>
                      <dura>350909</dura>
                      <cv>http://10.5.0.39:8080/art.cgi?id=ere&amp;fm=png</cv>
                      <grid>6546665454654654</grid>
                      <grnm>rock</grnm>
                      <cpid>3434353</cpid>
                      <cpnm>3434353</cpnm>
                      <bpm>123</bpm>
                      <brt>256 kbs</brt>
                      <frq>44100 hz</frq>
                      <yr>1998</yr>
                      <tarid>65565665</tarid>
                      <tarnm>Florence and the Machine</tarnm>
                      <cve>1</cve>
                      <alarid>432546325432</alarid>
                      <alarnm>The Best of Florence and the Machine</alarnm>
                  </tr>
                  <tr>
                      <trid>432546325432</trid>
                      <trnm>Dark days are over</trnm>
                      <arnm>Florence and the Machine</arnm>
                      <arid>432546325432</arid>
                      <alnm>Lungs</alnm>
                      <alid>432546325432</alid>
                      <dura>350909</dura>
                      <cv>http://10.5.0.39:8080/art.cgi?id=ere&amp;fm=png</cv>
                      <grid>6546665454654654</grid>
                      <grnm>rock</grnm>
                      <cpid>3434353</cpid>
                      <cpnm>3434353</cpnm>
                      <bpm>123</bpm>
                      <brt>256 kbs</brt>
                      <frq>44100 hz</frq>
                      <yr>1998</yr>
                      <tarid>65565665</tarid>
                      <tarnm>Florence and the Machine</tarnm>
                      <cve>1</cve>
                      <alarid>432546325432</alarid>
                      <alarnm>The Best of Florence and the Machine</alarnm>
                  </tr>
              </col>
          </getDeezerRadioHistory>
      </fn>
  </siresp>

 

back to index