This API provides services to search and read compliance information
Data Compliance API (2)
Download OpenAPI description
Languages
Servers
Production
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.
Security
apiKey
Query
Business Partner IDs.
Example: businessPartnerIds=63e635235c06b7396330fe40
List of Business Partner Data Source IDs.
Example: dataSourceIds=648824a691d8d2503d65103e
Business Partner External IDs.
Example: externalIds=The ID managed in the customer's SAP systems.
Used to retrieve the next page of results.
Example: startAfter=5712566172571652
Number of results that should be fetched. Maximum 100 results can be returned in one page.
Default 100
Example: limit=50
ISO 8601 representation of the timestamp when the result since when data was created.
Example: from=2026-02-24T12:09:14Z
- Productionhttps://api.cdq.com/data-compliance/rest/v2/screeninglogs/{storageId}/results
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://api.cdq.com/data-compliance/rest/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.
Example: "5712566172571652"
ISO 8601 representation of the timestamp when the result since when data was created.
Example: "2026-02-24T12:09:14Z"
ISO 8601 representation of the timestamp when the result until when data was created.
Example: "2026-02-24T12:09:14Z"
Response
application/json
{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "100", "from": "2026-02-24T12:09:14Z", "to": "2026-02-24T12:09:14Z", "total": "67", "values": [ { … } ] }