GetList
Returns the list of mailings.
Parameters:
Search criteria:
- status
- campaign_id
- list_id
Optional parameters:
- limit - this limits the maximum of returned mailings
- offset - used together with limit; the list is retrieved from this offset
- count - used to count the mailings
Returns for each matching mailing:
- id
- campaign_id
- list_id
- sublist_id
- active_emails
- status
- next_step
- suspended
- created_on
- scheduled_on
- scheduled_for
- name
- subject
When count is used, it returns the count of the matching lists. This is helpful when the lists are shown on multiple pages.
XML request (without count):
XML response (without count):
XML request (with count):
XML response (with count):