With these endpoints, you can create member exports and view information about specific exports already created in your account.
Get a list of all exports created for an account.
Parameters: |
|
---|---|
Returns: | A list of exports created in the specified account over the past seven days. Status: "o" for OK, "e" for error, "q" for queued, "p" for in progress. |
Get detailed information for a specific export.
Returns: | Information about an export. Status: "o" for OK, "e" for error, "q" for queued, "p" for in progress. |
---|---|
Raises: | Http404 if no export with the specified ID is found. |
Get a CSV for the requested export.
Returns: | If the export_type is 'a' (audience), download results in CSV form. If the export_type is 'm' (individual member), download results in a zip file. |
---|---|
Raises: | Http404 if no export with the specified ID is found. |
Create an export of members.
Parameters: |
|
---|---|
Returns: | An export ID. |
Create an export of all information for an individual member. This will provide compliance with GDPR right to data portability.
Returns: | An export ID. |
---|