GetList
Retrieves the list of campaigns.
Parameters:
- user_key - the user's key
Optional parameters:
-
status - it can be:
- limit - this limits the maximum of returned campaigns
- offset - used together with limit; the list is retrieved from this offset
- count - used to count the campaigns
Returns for every matching template:
- id
- client_id
- status
- name
- created_on
- closed_on
When count is used, it returns the count of the matching campaigns. This is helpful when the campaigns are shown on multiple pages.
XML request (without count):
XML response (without count):
XML request (with count):
XML response (with count):