This API provides services to search and read reference data
Referencedata API (3)
https://developer.cdq.com/_mock/apis/referencedata-api/api-v3/
https://api.cdq.com/referencedata/rest/
Request
Retrieves latest overlap 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.
Features to be activated.
- Mock server
https://developer.cdq.com/_mock/apis/referencedata-api/api-v3/v3/overlaplogs/{storageId}/results
- Production
https://api.cdq.com/referencedata/rest/v3/overlaplogs/{storageId}/results
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/referencedata-api/api-v3/v3/overlaplogs/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-09-12T14:57:59Z", "to": "2025-09-12T14:57:59Z", "total": "67", "values": [ { … } ] }