TYBA






protocol.streaming.playlist.MoveStreamingPlaylistItemsRequest

MoveStreamingPlaylistItemsRequest

This request allows you to move items within a streaming playlist.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
ixsno1indicesthe indices of the items to move (ix)
ixnounboundedunsigned integermove item index
destno1unsigned integerthe destination index

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <moveStreamingPlaylistItems>
              <id>45435434354343</id>
              <ixs>
                  <ix>1</ix>
                  <ix>2</ix>
              </ixs>
              <dest>5</dest>
          </moveStreamingPlaylistItems>
      </fn>
  </sireq>

 

back to index