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 3 Next »

Method parameters

Returns all the groups in a list that can be viewed by the user who logged in via accessKey.

  • string GetGroups(string accessKey, int listID)
  • accessKey: access key obtained using the Login method
  • listID: ID of the desired list

Sample GetGroups response

<GetGroupResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<list>
<listID>1</listID>
<listName>Demo</listName>
</list> 
<groups>
<group>
<groupID>1</groupID>
<groupName>Demo</groupName>
</group>
</groups>
</GetGroupResult> 



  • No labels