- session_id [xsd:string]
- Your API session id.
- delimiter [xsd:string]
- The type of result file to create: either “csv” or “tab”.
- include_org_linked_unsubs [xsd:boolean]
- Whether to include unsubscribes from other companies who share unsubscribes with
the caller’s company through an organization (default is false). - exclude_campaign_unsubs [xsd:boolean]
- Whether to exclude unsubscribes that exist as the result of a recipient clicking
the “unsubscribe” link in a campaign (default is false). - start_date [xsd:string]
- If specified, no unsubscribes or bounces before this date will be included in the result.
This date/time should be specified in ISO 8601 format. - end_date [xsd:string]
- If specified, no unsubscribes or bounces after this date will be included in the result.
This date/time should be specified in ISO 8601 format. - utc_date [xsd:boolean]
- Method is now capable of returning the event date in UTC instead of the customers timezone,which greatly increases the execution speed. This is handled through this new boolean parameter.