This API provides services to manage screening history, cases and decisions.
Case Management API (1)
https://developer.cdq.com/_mock/apis/case-management-api/api-v1/
https://api.cdq.com/case-management/rest/
ID of the business partner storage data source.
ID of the business partner.
Types of the compliance list.
Authority of the list.
System status of the case.
Type of the decision.
Defines the attributes to sort by. The result is sorted in ascending order. To use descending order use prefix -. Sorting is available only for a single attribute. Available options:
caseId
screeningScore
issuedAt
businessPartnerId
businessPartnerName
country
listType
lastCheckedAt
listAuthority
listName
lastDecisionAt
lastDecisionType
Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response.
- Mock server
https://developer.cdq.com/_mock/apis/case-management-api/api-v1/cases
- Production
https://api.cdq.com/case-management/rest/cases
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/case-management-api/api-v1/cases \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "values": [ { … } ], "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "100", "total": "67" }
ID of the business partner storage data source.
ID of the business partner.
Types of the compliance list.
Flag to filter business partners with confirmed cases (Last decision type is CONFIRMED).
Flag to filter business partners with cleared cases (Last decision type is CLEARED).
Flag to filter business partners with verified cases (totalVerifiedCases > 0).
Defines the attributes to sort by. The result is sorted in ascending order. To use descending order use prefix -. Sorting is available only for a single attribute. Available options:
businessPartnerId
businessPartnerName
country
lastCheckedAt
lastHitAt
totalCases
openCases
closedCases
Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response.
- Mock server
https://developer.cdq.com/_mock/apis/case-management-api/api-v1/businesspartners
- Production
https://api.cdq.com/case-management/rest/businesspartners
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/case-management-api/api-v1/businesspartners \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "values": [ { … } ], "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "100", "total": "67" }