This API provides services to curate and enrich Business Partner and address data.
https://api.cdq.com/data-curation/rest/
Request
Retrieves latest data curation results persisted in Processing Log.
Data is populated only when Data Monitor is configured for provided storage.
Business Partner IDs.
Business Partner Data Source ID.
Business Partner External IDs.
Used to retrieve the next page of results.
Number of results that should be fetched. Maximum 100 results can be returned in one page.
ISO 8601 representation of the timestamp when the result since when data was created.
ISO 8601 representation of the timestamp when the result until when data was created.
- Production
https://api.cdq.com/data-curation/rest/v2/curationlogs/{storageId}/results
curl -i -X GET \
https://api.cdq.com/data-curation/rest/v2/curationlogs/72d6900fce6b326088f5d9d91049e3e6/results \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
OK
Provides a value to be used as a startAfter in next page request.
ISO 8601 representation of the timestamp when the result since when data was created.
ISO 8601 representation of the timestamp when the result until when data was created.
{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "100", "from": "2025-08-19T06:23:09Z", "to": "2025-08-19T06:23:09Z", "total": "67", "values": [ { … } ] }