TYBA






protocol.deezer.radio.player.GetDeezerRadioHistoryRequest

GetDeezerRadioHistoryRequest

This request allows you to obtain the previously played tracks for the specified deezer radio player.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getDeezerRadioHistory>
              <id>255</id>
          </getDeezerRadioHistory>
      </fn>
  </sireq>

 

back to index