Skip to content

Download customer data

GDPR compliance feature

The download customer data job is part of Voyado's solutions for enabling GDPR compliance concerning data managed by Voyado Elevate 3.

The download customer data job can only be performed on an export job with the job status done. It is recommended to perform an export and download before any customer data is removed. Export and removal can run concurrently but it is recommended to start the export first.

A jid argument is supplied to return the export job as a binary data stream in zip format. The contents of the zip-file is one or more text files of the JSON Lines format, i.e. not regular array-wrapped json-files, or if no data could be found for the specified customer key, a file named empty.txt.

Disclaimer

The format of the zip-file content may change without notice.

Exported data will be available for download for approximately a week from the time the customer data job status returns done. The export job will be removed once the download is completed.

When executing queries with the GDPR API, basic HTTP authentication with Elevate cluster credentials is required.

Method

GET

URL format

/api/v1/event-data/export-customer-job-result?jid={jid}

Parameters

Name Type Description Example
jid string Unique id generated for an export or removal job. ca24b4e...247837a

Request body

Not applicable

Request content-type

Not applicable

Response content-type

application/zip

Responses

A binary stream of a zip-file.

Examples

Request

cURL

#!/bin/bash
curl -i \
-X GET \
-u eSalesCustomerLogin:aLongPassword! "https://{cluster-id}.api.esales.apptus.cloud/api/v1/event-data/export-customer-job-result?jid=ca24b4e2-34ab-406a-a4db-b30b0247837a"

Response

A binary stream of a zip-archive containing data for the supplied customer. The zip-archive may contain several files and the following is an extract from a file called recent_atc.jsonl.

{"time":"2020-06-15T02:50:25Z","timeOfLastInteraction":"2020-06-15T02:50:24Z","variants":["1234567-1-42"]}
{"time":"2020-06-15T02:50:26Z","timeOfLastInteraction":"2020-06-15T02:50:25Z","variants":["1234567-2-43"]}
×
Copyright

This online publication is intellectual property of Voyado Lund AB. Its contents can be duplicated in part or whole, provided that a copyright label is visibly located on each copy and the copy is used in conjunction with the product described within this document.

All information found in these documents has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither Voyado Lund AB nor the authors shall be held liable for possible errors or the consequences thereof.

Software and hardware descriptions cited in these documents might be registered trademarks. All trade names are subject to copyright restrictions and may be registered trademarks. Voyado Lund AB essentially adheres to the manufacturer’s spelling. Names of products and trademarks appearing in this document, with or without specific notation, are likewise subject to trademark and trade protection laws and may thus fall under copyright restrictions.

CLOSE