TYBA






protocol.AddAllToPlaylistRequest

AddAllToPlaylistRequest

This request allows you to add all tracks in the database to the supplied playlist.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
tokyes1api tokenclient token for privileged access. request from ideaworks

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <addAllToPlaylist>
              <id>45435434354343</id>
              <tok>fggew32gfg24gf45f3g54</tok>
          </addAllToPlaylist>
      </fn>
  </sireq>

 

back to index