This API provides services to search and read compliance information
Data Compliance API (2)
https://developer.cdq.com/_mock/apis/data-compliance-api/api-v2/
https://api.cdq.com/data-compliance/rest/
Request
Retrieves latest screening results persisted in the Processing Log.
Data is populated only when Data Monitor with type "SCREENING" is configured for provided storage.
Business Partner IDs.
List of Business Partner Data Source IDs.
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.
- Mock server
https://developer.cdq.com/_mock/apis/data-compliance-api/api-v2/v2/screeninglogs/{storageId}/results
- Production
https://api.cdq.com/data-compliance/rest/v2/screeninglogs/{storageId}/results
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/data-compliance-api/api-v2/v2/screeninglogs/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-27T14:26:40Z", "to": "2025-08-27T14:26:40Z", "total": "67", "values": [ { … } ] }