This API provides services for Data Clinic
Data Clinic API (2)
https://developer.cdq.com/_mock/apis/data-clinic-api/api-v2/
https://api.cdq.com/data-clinic/rest/
Arbitrary identifier type to mark customer IDs that are "external" from CDQ's perspective. This is the identifier a customer provides to identify its records.
List of feature to be used during the fetch Augmented Business Partner.
Items Enum Value | Description |
---|---|
FETCH_RAW_UPDATES | Allows to switch fetching raw updates field to reduce data size. Result is available under $.updates in the result object. By default, turned off. |
SHOW_ORIGINAL_BUSINESS_PARTNER | Include business partner that was used as an input for curation in the result. By default, turned off. |
- Mock server
https://developer.cdq.com/_mock/apis/data-clinic-api/api-v2/v2/storages/{storageId}/datasources/{dataSourceId}/augmentedbusinesspartners/fetch
- Production
https://api.cdq.com/data-clinic/rest/v2/storages/{storageId}/datasources/{dataSourceId}/augmentedbusinesspartners/fetch
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X POST \
https://developer.cdq.com/_mock/apis/data-clinic-api/api-v2/v2/storages/72d6900fce6b326088f5d9d91049e3e6/datasources/648824a691d8d2503d65103e/augmentedbusinesspartners/fetch \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"externalId": "The ID managed in the customer'\''s SAP systems.",
"from": "2025-08-27T14:26:38Z",
"featuresOn": [
"FETCH_RAW_UPDATES"
]
}'
OK
A Business Partner which contains also contextual information about applied updates.
Refers to an organizational entity engaged in various facets of another organization's business interactions. This collaborative connection often manifests as a customer, supplier, vendor, or service provider. In the CDQ (Corporate Data Quality) framework, the Business Partner assumes a pivotal role as a core managed entity. Each Business Partner is distinctly and globally identifiable through a unique CDQ ID. All pertinent information, including addresses, identifiers, and hierarchical data, is intricately associated with and linked to the specific Business Partner, ensuring comprehensive management and traceability within the system.
{ "updatedBusinessPartner": { "dataSourceId": "648824a691d8d2503d65103e", "summary": { … }, "names": [ … ], "legalForm": { … }, "identifiers": [ … ], "categories": [ … ], "status": { … }, "addresses": [ … ], "externalId": "The ID managed in the customer's SAP systems.", "profile": { … }, "relations": [ … ], "types": [ … ] }, "updates": [ { … } ], "metadata": { "externalId": "The ID managed in the customer's SAP systems.", "executedAt": "2025-08-27T14:26:38Z", "country": { … }, "trigger": { … }, "processingStatus": { … } }, "originalBusinessPartner": { "externalId": "The ID managed in the customer's SAP systems.", "jsonRecord": "{ \"key\" : \"value\"}", "names": [ … ], "legalForm": { … }, "identifiers": [ … ], "categories": [ … ], "status": { … }, "profile": { … }, "types": [ … ], "relations": [ … ], "addresses": [ … ] } }
Start after the provided pagination ID. Leave empty for the first query. The response will contain a property nextStartAfter
, which needs to be used for any subsequent queries until nextStartAfter is empty. See CDQ - Developer Guidelines.
Define the maximum page size of the response.
See also CDQ - Developer Guidelines.
List of IDs of Data Sources of the Data Mirror for filtering only Business Partners that are managed in these sources.
List of Business Partner External IDs for filtering by a specific selection of Business Partners managed in the Data Mirror.
List of Business Partner Type Technical Keys for filtering by a specific selection of Business Partners managed in the Data Mirror.
Filter by records that were modified since the given date. Provide date in ISO format: RRRR-MM-DDTHH:MM:SSZ
.
List of iso-2 country codes (see possible values here: Country - CDQ) for filtering Business Partners by country.
Filter by the type of trigger for the generation of a new version of the Business Partner.
Items Enum Value | Description |
---|---|
CREATED | Business Partners that were newly created in the data mirror by the user and thus were considered the first time. |
UPDATED | Business Partners that were modified in the data mirror by the user. |
REFERENCE_DATA_CHANGED | Business Partners in the data mirror for which an update in activated data sources was identified resulting in the generation of a new version of the Business Partner. |
JOB | Business Partners that were created or updated by a job. |
Filter by the Data Sources that triggered the generation of a new version of the Augmented Business Partner.
Items Enum Value | Description |
---|---|
AR_NRC | Argentina - National Registry of Companies |
AT_CR | Austria - Company Register |
AT_FON | Austria - Financial Online |
AU_BR | Australia - Business Register |
BR_RF | Brazil - Receita Federal |
BZST | Germany - Federal Central Tax Office |
CA_CR | Canada - Company Register |
CDQ_AA | CDQ - Address Augmentation |
CDQ_BANKPOOL | CDQ - Bank Pool |
CDQ_CRS | CDQ - Company Register Service |
Filter by the Processing Status of the Augmented Business Partner.
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. |
Filter by specified Summary Classification Technical Keys.
Items Enum Value | Description |
---|---|
CRITICAL | Critical |
REJECTED | Update has been rejected |
MAJOR | Major change |
MINOR | Minor update |
TRIVIAL | Trivial update |
CONFIRMED | Contents have been confirmed by a data source and not changed |
UNCHANGED | Contents have been not changed |
Filter by specified concept Concept Classification Technical Keys.
Items Enum Value | Description |
---|---|
CRITICAL | Critical |
REJECTED | Update has been rejected |
MAJOR | Major change |
MINOR | Minor update |
TRIVIAL | Trivial update |
CONFIRMED | Contents have been confirmed by a data source and not changed |
UNCHANGED | Contents have been not changed |
Filter by specified Update Summary Tags.
Features to be activated during the read augmented Business Partners.
Items Enum Value | Description |
---|---|
FETCH_RAW_UPDATES | Allows to switch fetching raw updates field to reduce data size. Result is available under $.values[*].updates in the result object. By default, turned off. |
FILTER_BY_ENABLED_AUGMENTATION_MONITORS | Filters out results by enabled, existing data sources of augmentation monitors. By default, turned on. |
SHOW_ORIGINAL_BUSINESS_PARTNER | Include business partner that was used as an input for curation in the result. By default, turned off. |
Features to be deactivated during the read augmented Business Partners.
Items Enum Value | Description |
---|---|
FETCH_RAW_UPDATES | Allows to switch fetching raw updates field to reduce data size. Result is available under $.values[*].updates in the result object. By default, turned off. |
FILTER_BY_ENABLED_AUGMENTATION_MONITORS | Filters out results by enabled, existing data sources of augmentation monitors. By default, turned on. |
SHOW_ORIGINAL_BUSINESS_PARTNER | Include business partner that was used as an input for curation in the result. By default, turned off. |
- Mock server
https://developer.cdq.com/_mock/apis/data-clinic-api/api-v2/v2/storages/{storageId}/augmentedbusinesspartners
- Production
https://api.cdq.com/data-clinic/rest/v2/storages/{storageId}/augmentedbusinesspartners
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/data-clinic-api/api-v2/v2/storages/72d6900fce6b326088f5d9d91049e3e6/augmentedbusinesspartners \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "limit": "100", "total": "67", "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "values": [ { … } ], "request": { "dataSourceIds": [ … ], "effectiveDataSourceIds": [ … ], "externalIds": [ … ], "typeTechnicalKeys": [ … ], "from": "2025-08-27T14:26:38Z", "countryShortNames": [ … ], "triggerTypeTechnicalKeys": [ … ], "triggerProvenanceTechnicalKeys": [ … ], "summaryClassifications": [ … ], "conceptClassifications": [ … ], "tags": [ … ], "featuresOn": [ … ], "featuresOff": [ … ], "effectiveFeatures": [ … ] } }