This API provides services to curate and enrich Business Partner and address data.
https://developer.cdq.com/_mock/apis/data-curation-api/api-v3/
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.
Processing status technical key.
Enum Value | Description |
---|---|
READY | Processing Log Data processing has finished and result ready to consume. |
RETRY | Processing Log Data processing has failed and needs to be retried. |
BLOCKED | Processing Log Data processing is blocked and needs to be resolved. |
IN_PROGRESS | Processing Log Data is being processed. |
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.
Features to be activated.
- Mock server
https://developer.cdq.com/_mock/apis/data-curation-api/api-v3/v3/curationlogs/{storageId}/results
- Production
https://api.cdq.com/data-curation/rest/v3/curationlogs/{storageId}/results
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.cdq.com/_mock/apis/data-curation-api/api-v3/v3/curationlogs/72d6900fce6b326088f5d9d91049e3e6/results?businessPartnerId=63e635235c06b7396330fe40&dataSourceId=648824a691d8d2503d65103e&externalId=The+ID+managed+in+the+customer%27s+SAP+systems.&processingStatusTechnicalKey=IN_PROGRESS&startAfter=5712566172571652&limit=50&from=2025-09-12T14%3A57%3A38Z&to=2025-09-12T14%3A57%3A38Z&featuresOn=FILTER_BY_ENABLED_AUGMENTATION_MONITORS&featuresOff=FILTER_BY_ENABLED_AUGMENTATION_MONITORS' \
-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-09-12T14:57:38Z", "to": "2025-09-12T14:57:38Z", "total": "67", "values": [ { … } ] }