This API provides services for executing Business Partner Duplicate Matching process.
Data Matching API (3)
https://api.cdq.com/data-matching/rest/
Minimum matching score threshold
Unique Data Monitor identifier
Business Partner ID provided by CDQ that is unique across all stored Business Partners in CDQ Cloud
Status of the entity matching link
Enum Value | Description |
---|---|
INFERRED | This status means that the link was identified as a result of the matching process. It is purely algorithm based. |
ASSERTED | This status means that the link was manually reviewed and approved. |
RETRACTED | Status was |
Indicator for the next page. Used together with nextStartAfter from the result.
Enable additional features for entity matching links.
Items Value | Description |
---|---|
NUMBER_OF_TOTAL | When enabled it will fetch total number of records. |
- Production
https://api.cdq.com/data-matching/rest/identitylinkstorage/entitymatchinglink
curl -i -X GET \
'https://api.cdq.com/data-matching/rest/identitylinkstorage/entitymatchinglink?matchingScore=0.8&dataMonitorId=72d6900fce6b326088f5d9d91049e3e6' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "limit": 20, "total": 125, "startAfter": "aXhcYWdlIjoxLCJzaXplIjoyMH0=", "nextStartAfter": "eyJwYWdlIjoyLCJzaXplIjoyMH0=", "values": [ { … } ] }