Export Customer Job Result¶
https://{cluster-id}.api.esales.apptus.cloud/api/v2/event-data/export-customer-job-result
GET¶
Deprecated
This endpoint is part of an API that has been deprecated and its end of life is 2024-04-20. All endpoints in this API version, including this, will be removed. Please upgrade to the latest version before 2024-04-20.
All API changes can be found here:
This endpoint will be replaced by export-customer-job-result.
More information regarding the API versioning strategy can be found here.
Download the content, which is a .zip file that contains customer information. More GDPR information is available here.
Request¶
Header parameters¶
Name | Description | Example |
---|---|---|
Api-Key Required | Api-key that was supplied during on-boarding | pkA123456789AB1BE.. |
Query parameters¶
Name | Description | Example |
---|---|---|
jid Required | The id of a event data job. | 962d41f3-1a53-4bb8-bd01-3b85310fb45f |
curl -i \
-X GET \
-H 'Api-Key: pkA123456789AB1BE..' \
"https://{cluster-id}.api.esales.apptus.cloud/api/v2/event-data/export-customer-job-result?jid=962d41f3-1a53-4bb8-bd01-3b85310fb45f"
Response¶
Response codes¶
Status | Description |
---|---|
403 | Incorrect cluster credentials. |
400 | Invalid or missing required arguments. |
200 | Request accepted, download customer data which is a zip file. |
Response body¶
Example
962d41f3-1a53-4bb8-bd01-3b85310fb45f.zip /
|- file_with.jsonl
|- another_file_with.jsonl
|- ...
or
962d41f3-1a53-4bb8-bd01-3b85310fb45f.zip /
|- empty.txt