Enneo

Export

Export GDPR private data for a customer

GET /export/gdprPrivateData

GET /export/gdprPrivateData

Export all personally identifiable data tied to a given customer/contract for GDPR data-portability and right-to-access requests. The call requires the requesting user to hold the relevant GDPR permission.

Query parameters

contractIdstringquery

Contract ID to export. Either contractId or customerId must be provided.

customerIdstringquery

Customer ID to export. Either contractId or customerId must be provided.

formatenumquery

Export format. Defaults to the backend defaultDateExportFormat setting.

Responses

200 — Successful operation

400 — Missing contractId/customerId or invalid parameters.

403 — Unauthorized — caller lacks GDPR export permission.

500 — Internal error.