TYBA






protocol.GetComposerAlbumsWithGenreRequest

GetComposerAlbumsWithGenreRequest

This request allows you to get all the albums associated with a particular composer and genre. An optional indices parameter can be passed if you wish to subset the returned list if you have a limit on the number of results you can display on your user interface.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idcomposer id
gridno1database idgenre id
ixsyes1indicesstart (i0) and end (i1) index inclusive

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getComposerAlbumsWithGenre>
              <id>584374858</id>
              <grid>584374858</grid>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
          </getComposerAlbumsWithGenre>
      </fn>
  </sireq>

 

back to index