GetList
Retrieves the list of groups.
Parameters:
Optional parameters:
- client_id - if not specified, the client_id will be chosen from the database using user_key
- limit - this limits the maximum of returned groups
- offset - used together with limit; the list is retrieved from this offset
- count - used to count the groups
Returns for each group in the list:
When count is used, it returns the count of the matching groups. This is helpful when the groups are shown on multiple pages.
XML request (without count):
XML response (without count):
XML request (with count):
XML response (with count):