This API provides services for maintaining matching definitions used as configuration for matching jobs, as well as services for matching data with a job.
Data Matching API (2)
Overview
URL
Sebastian Kaczmarski
Languages
Servers
Mock server
https://idp.cdq.com/_mock/apis/data-matching-api/api-v2/
Production SOAP
https://api.corporate-data-league.ch/data-matching/soap/v2/
Production
https://api.corporate-data-league.ch/data-matching/
- Mock server
https://idp.cdq.com/_mock/apis/data-matching-api/api-v2/public/matchingreports/{id}
- Production SOAP
https://api.corporate-data-league.ch/data-matching/soap/v2/public/matchingreports/{id}
- Production
https://api.corporate-data-league.ch/data-matching/public/matchingreports/{id}
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/data-matching-api/api-v2/public/matchingreports/65dcc3c60cecd503bcc88c92 \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'OK
Additional information to explain the status.
Example: "The job failed because storage is empty."
ISO 8601 representation of the timestamp when the Matching Report was created.
Example: "2019-08-31T16:47:00.000Z"
ISO 8601 representation of the timestamp when the Matching Report was finished.
Example: "2019-08-31T16:47:00.000Z"
Response
application/json
{ "id": "35f23c03-1c22-45fe-9484-3ffe769325de", "status": "RUNNING", "statusMessage": "The job failed because storage is empty.", "createdAt": "2020-08-31T16:47+00:00", "startedAt": "2019-08-31T16:47:00.000Z", "finishedAt": "2019-08-31T16:47:00.000Z", "user": "johndoe", "attachments": [ { … } ], "progress": "77", "reportsConfiguration": { "duplicateMatching": { … }, "duplicateConsolidation": { … }, "linkage": { … } } }