Download OpenAPI specification:Download
This API provides services for maintaining matching definitions used as configuration for matching jobs, as well as services for matching data with a job.
Provides functionalities for generating and polling data matching reports. These endpoints support creating reports and checking their status, ensuring comprehensive analytics for data matching activities.
Requests the building of data matching reports.
OK
Created
Unauthorized
Forbidden
Not Found
{- "matchingJobId": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "reportsConfiguration": {
- "duplicateMatching": {
- "build": "false",
- "includeSingles": "false"
}, - "duplicateConsolidation": {
- "build": "false",
- "includeSingles": "false"
}, - "linkage": {
- "build": "false",
- "includeSingles": "false"
}
}
}
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "status": "RUNNING",
- "statusMessage": "The job failed because storage is empty.",
- "createdAt": "2025-01-29T16:52:44Z",
- "finishedAt": "2025-01-29T16:52:44Z",
- "user": "johndoe",
- "attachments": [
- {
- "name": "filename.xlsx",
- "type": "REPORT_COLLECTION",
- "url": "cdl-runtime-data/folder/filename.xlsx",
- "tags": [
- "REPORT_FILE_12"
]
}
], - "progress": "77",
- "reportsConfiguration": {
- "duplicateMatching": {
- "build": "false",
- "includeSingles": "false"
}, - "duplicateConsolidation": {
- "build": "false",
- "includeSingles": "false"
}, - "linkage": {
- "build": "false",
- "includeSingles": "false"
}
}
}
Polls the status of the matching reports.
OK
Unauthorized
Forbidden
Not Found
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "status": "RUNNING",
- "statusMessage": "The job failed because storage is empty.",
- "createdAt": "2025-01-29T16:52:44Z",
- "finishedAt": "2025-01-29T16:52:44Z",
- "user": "johndoe",
- "attachments": [
- {
- "name": "filename.xlsx",
- "type": "REPORT_COLLECTION",
- "url": "cdl-runtime-data/folder/filename.xlsx",
- "tags": [
- "REPORT_FILE_12"
]
}
], - "progress": "77",
- "reportsConfiguration": {
- "duplicateMatching": {
- "build": "false",
- "includeSingles": "false"
}, - "duplicateConsolidation": {
- "build": "false",
- "includeSingles": "false"
}, - "linkage": {
- "build": "false",
- "includeSingles": "false"
}
}
}