TYBA






protocol.InsertTracksResponse

InsertTracksResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
fpsno1listlist of relative or absolute file paths to add
fpnounboundedfile pathfile path as absolute URI or partial/relative path
plsyes1listlist of playlist ids
plidnounboundeddatabase idplaylist id
tokyes1api tokenclient token for privileged access. request from ideaworks
tridsno1listlist of track ids
tridnounboundeddatabase idtrack id

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <insertTracks>
              <fps>
                  <fp>file:///MuSe/Server/drop_box/test.mp3</fp>
                  <fp>drop_box/test.mp3</fp>
              </fps>
              <pls>
                  <plid>12121212121</plid>
                  <plid>65465456545464</plid>
              </pls>
              <tok>fggew32gfg24gf45f3g54</tok>
              <trids>
                  <trid>4354354354</trid>
                  <trid>565475765657</trid>
              </trids>
          </insertTracks>
      </fn>
  </siresp>

 

back to index