These endpoints allow you to create and interact with exports of response data in your account. Please note that these endpoints only provide information about response exports created using this API and will not return information or files related to response exports generated via Emma's UI.
Create a response export. If no criteria is specified, the export created will contain response data for all mailings in the account from the last 30 days.
Supported criteria: |
|
---|---|
Returns: | An export ID. |
Raises: | Http400 if time between from_date and to_date is greater than 90 days or if more than 50 mailing_ids are requested. |
Get a list of response exports.
Returns: | A detailed list of response exports for an account. |
---|
Get details about a specific response export.
Returns: | Information about the specified response export, including export criteria and date the export was created. |
---|---|
Raises: | Http404 if no response export with the specified ID is found. |
Download a file stream for the requested response export.
Returns: | A zip file stream containing the following files in CSV format:
|
---|---|
Raises: | Http404 if no response export with the specified ID is found. |