This API provides services used for business partner qualification
https://developer.cdq.com/_mock/apis/data-validation-api/api-v3/
https://api.cdq.com/data-validation/rest/
Request
Retrieves latest data curation results persisted in Processing Log.
Data is populated only when Data Monitor is configured for provided storage.
Processing log id with acceptable values:
- VALIDATION_LOG
- VALIDATION_SHARING_LOG VALIDATION_LOG is default value.
Enum Value | Description |
---|---|
VALIDATION_LOG | Validation log id for validation results. |
VALIDATION_SHARING_LOG | Validation log id for sharing validation results. |
Business Partner IDs which should be filtered.
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. |
Only records with an ID greater than this ID will be fetched.
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 data was created.
- Mock server
https://developer.cdq.com/_mock/apis/data-validation-api/api-v3/v2/validationlogs/{storageId}/results
- Production
https://api.cdq.com/data-validation/rest/v2/validationlogs/{storageId}/results
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
'https://developer.cdq.com/_mock/apis/data-validation-api/api-v3/v2/validationlogs/72d6900fce6b326088f5d9d91049e3e6/results?processingLogId=VALIDATION_LOG' \
-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 data was created.
ISO 8601 representation of the timestamp when the result data was created.
{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "100", "from": "2025-08-27T14:26:53Z", "to": "2025-08-27T14:26:53Z", "total": "20", "values": [ { … } ] }