After you have started a screening job, you will receive a job id in the response. ´´´ {
"id" : "
OK
Unauthorized
Not Found
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "status": "RUNNING",
- "createdAt": "2020-08-31T16:47+00:00",
- "user": "johndoe",
- "progress": "77",
- "auditTrail": {
- "performedBy": "string",
- "screenedNames": [
- {
- "value": "Corporate Data Quality AG"
}
], - "screeningDate": "string",
- "screeningSettings": {
- "listsUsedForCheck": [
- {
- "authority": "string",
- "name": "string",
- "type": "string",
- "technicalKey": "string"
}
], - "minMatchingScore": 0
}
}
}
After a screening job is finished, you can use the job id to iterate over the results using this endpoint ´´´ {
"id" : "
OK
Unauthorized
Not Found
{- "startAfter": "5712566172571652",
- "nextStartAfter": "5712566172571652",
- "limit": "5712566172571652",
- "total": "67",
- "values": [
- {
- "jobId": "string",
- "status": "string",
- "businessPartnerId": "string",
- "request": {
- "entry": {
- "names": [
- {
- "value": "Corporate Data Quality AG"
}
], - "addresses": [
- {
- "country": {
- "shortName": null
}, - "localities": [
- null
], - "thoroughfares": [
- null
], - "postCodes": [
- null
]
}
]
}, - "dataSources": [
- {
- "technicalKey": "SANCTION_LIST"
}
], - "configuration": {
- "matchingThreshold": 0.8,
- "lists": [
- {
- "technicalKey": "INFO4C_PEP_25"
}, - {
- "technicalKey": "INFO4C_PEP_7"
}
]
}, - "configurationId": "64cd0303e1cd5s1e4354a1c6",
- "withAuditTrail": true,
- "withStopWords": true,
- "limit": 10,
- "startAfter": "5712566172571652"
}, - "result": {
- "total": "67",
- "nextStartAfter": "5712566172571652",
- "startAfter": "5712566172571652",
- "values": [
- {
- "cdqId": "string",
- "entry": {
- "externalId": "string",
- "names": [
- null
], - "addresses": [
- null
], - "list": {
- "technicalKey": null,
- "name": null,
- "issuingBody": null
}, - "additionalInformation": [
- null
]
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null
}
}, - "dataSource": {
- "name": "Receita Federal Brazil",
- "technicalKey": "BR_RF"
}
}
], - "auditTrail": {
- "performedBy": "string",
- "screenedNames": [
- {
- "value": "Corporate Data Quality AG"
}
], - "screeningDate": "string",
- "screeningSettings": {
- "listsUsedForCheck": [
- {
- "authority": null,
- "name": null,
- "type": null,
- "technicalKey": null
}
], - "minMatchingScore": 0
}
}
}
}
]
}
Start a job to screen business partners within a provided storage. The business partners are matched against sanction lists and for every business partner a detailed result is provided. Before you can run a screening job, you need to first upload business partners to a storage.
cmd
OK
Bad Request
Unauthorized
Not Found
{- "storageId": "<STORAGE_ID>"
}
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "status": "RUNNING",
- "createdAt": "2020-08-31T16:47+00:00",
- "user": "johndoe",
- "progress": "77",
- "auditTrail": {
- "performedBy": "string",
- "screenedNames": [
- {
- "value": "Corporate Data Quality AG"
}
], - "screeningDate": "string",
- "screeningSettings": {
- "listsUsedForCheck": [
- {
- "authority": "string",
- "name": "string",
- "type": "string",
- "technicalKey": "string"
}
], - "minMatchingScore": 0
}
}
}