Endpoint to list all screened business partners with filtering options.
businessPartnerId | string (BusinessPartnerId) ID of the business partner. Example: businessPartnerId=63e635235c06b7396330fe40 |
businessPartnerName | string Name of the business partner. Example: businessPartnerName=Apple |
fromDate | string Date from a point in time. Example: fromDate=2025-03-31T14:03:01Z |
lastDecisionDate | string Date of the last decision. Example: lastDecisionDate=2025-03-31T14:03:01Z |
limit | integer <int32> >= 1 Default: 500 Number of resources to be returned on the page. Example: limit=200 |
listTypes | Array of strings (ListTypes) Types of the compliance list. Example: listTypes=PEP&listTypes=SL&listTypes=WL |
onlyOpenCases | boolean Flag to filter business partners with open cases. Example: onlyOpenCases=true |
onlyVerifiedCases | boolean Flag to filter business partners with verified cases (totalVerifiedCases > 0). Example: onlyVerifiedCases=true |
sort | string 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:
Example: sort=-lastCheckedAt |
startAfter | string Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response. Example: startAfter=NjI4ZGNkZjAzYjlkMjY4NjhlNjQxNDRm |
toDate | string Date to a point in time. Example: toDate=2025-03-31T14:03:01Z |
OK
Bad Request
{- "values": [
- {
- "businessPartnerId": "63e635235c06b7396330fe40",
- "businessPartnerName": "Corporate Data Quality AG",
- "externalId": "123",
- "country": "CH",
- "listTypes": [
- "PEP",
- "SL",
- "WL"
], - "lastCheckDate": "2025-03-31T14:03:01Z",
- "lastDecisionDate": "2025-03-31T14:03:01Z",
- "lastHit": "2025-03-31T14:03:01Z",
- "openCases": 1,
- "resolvedCases": 2,
- "totalCases": 3,
- "totalVerifiedSanctions": 3,
- "totalVerifiedPEP": 3,
- "totalVerifiedWatchlists": 3,
- "totalVerifiedCases": 9,
- "deletionDate": "2025-03-31T14:03:01Z"
}
], - "startAfter": "5712566172571652",
- "nextStartAfter": "5712566172571652",
- "limit": "100",
- "total": "67"
}