Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

Returns all the groups which have been created within a list

...

If error code=0, the message will contain the IDs of all the groups in the specified list.

Sample GetGroups response

Code Block
languagehtml/xml
linenumberstrue
<GetGroupsResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<list>
<listID>1</listID>
<listName>Lista nr.1</listName>
<groups>
<group>
<groupID>1</groupID>
<groupName>Gruppo nr.1</groupName>
</group>
<group>
<groupID>2</groupID>
<groupName>Gruppo nr.2</groupName>
</group>
</groups>
</list>
</GetGroupsResult>

...