Return All Key Party Searches

Get profile key party searches for the user.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

type
string

type of searches. Available values: individual, business

keyPartyTypes
string

keyparty types. Available values: director, shareHolder, ubo

isScheduled
boolean

schedule check.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

get/compliance/kyc-protect/profiles/{profileId}/keyparties/searches
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "countryCodes": [
    ],
  • "threshold": 0,
  • "type": "string",
  • "datasets": [
    ],
  • "status": "string",
  • "riskRating": "string",
  • "assignedToUserId": 0,
  • "assignedUser": "string",
  • "createdById": 0,
  • "createdBy": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "modifiedById": 0,
  • "modifiedBy": "string",
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "note": "string",
  • "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
  • "totalHitCount": 0,
  • "truePositiveHitsCount": 0,
  • "falsePositiveHitsCount": 0,
  • "undecidedHitsCount": 0,
  • "firstName": "string",
  • "middleName": "string",
  • "lastName": "string",
  • "gender": "string",
  • "dateOfBirth": "2019-08-24",
  • "pepTiers": [
    ],
  • "keyPartyId": "fdc696df-3708-44b9-964f-6f4cff7001e9",
  • "keyPartyType": "string"
}