GetList
Retrieves the list of clients.
Parameters:
Optional parameters:
-
status - it can be one of the following options:
- limit - this limits the maximum of returned clients
- offset - used together with limit; the list is retrieved from this offset
- count - used to count the clients
Returns for each client:
- id
- manager_id - internal use
-
status - it can be:
- company_name
- currency
- registered_date
When count is used, it returns the count of the matching clients. This is helpful when the clients are shown on multiple pages.
XML request (without count):
XML response (without count):
XML request (with count):
XML response (with count):