Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Method parameters

Returns all the available lists

  • string GetLists(string accessKey)
    • accessKey: access key obtained using the Login method

If error code=0, the message will contain the IDs of all the accessible lists.

Sample GetLists response

<GetListsResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<lists>
<list>
<listID>1</listID>
<listName>Lista nr.1</listName>
</list>
<list>
<listID>2</listID>
<listName>Lista nr.2</listName>
</list>
</lists>
</GetListsResult> 
  • No labels