This API provides services to search and read reference data
Referencedata API (4)
https://api.cdq.com/referencedata/rest/
- Production
https://api.cdq.com/referencedata/rest/configurations/businesspartnerfetch/{configurationId}/versions/{version}
curl -i -X GET \
https://api.cdq.com/referencedata/rest/configurations/businesspartnerfetch/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/versions/1 \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Successful operation.
Unique identifier of the business partner fetch configuration version. Not to be confused with the configuration ID.
Uniquely identifies a configuration.
Date and time when the first version of the configuration was created (ISO 8601-compliant).
Date and time when this version of the configuration was created (ISO 8601-compliant).
User who created the first version of the configuration.
{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Configuration Name", "configurationId": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "version": 1, "configuration": { "featuresOn": [ … ], "featuresOff": [ … ], "screeningMatchingThreshold": "0.8" }, "createdAt": "2025-08-15T11:08:44Z", "modifiedAt": "2025-08-15T11:08:44Z", "createdBy": "69129435489347624", "modifiedBy": "76248934691294444" }
- Production
https://api.cdq.com/referencedata/rest/configurations/businesspartnerlookup/{configurationId}/versions/{version}
curl -i -X GET \
https://api.cdq.com/referencedata/rest/configurations/businesspartnerlookup/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/versions/1 \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Successful operation.
Unique identifier of the business partner lookup configuration version. Not to be confused with the configuration ID.
Uniquely identifies a configuration.
Defines the configuration settings for a Business Partner lookup process.
Date and time when the first version of the configuration was created (ISO 8601-compliant).
Date and time when this version of the configuration was created (ISO 8601-compliant).
User who created the first version of the configuration.
{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Configuration Name", "configurationId": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "version": 1, "configuration": { "limit": "10", "startAfter": "5712566172571652", "dataSources": [ … ], "matchingThreshold": "0.5", "maxCandidates": "50", "storagesDataSources": [ … ], "featuresOn": [ … ], "featuresOff": [ … ] }, "createdAt": "2025-08-15T11:08:44Z", "modifiedAt": "2025-08-15T11:08:44Z", "createdBy": "69129435489347624", "modifiedBy": "76248934691294444" }