Skip to main content
GET
getScreeningSummary
This endpoint returns the latest screening summary for a Primary Customer and all of its associated CRP(s).
  • If multiple screenings were initiated for the same customer, only the most recent one is returned.
  • The response includes a unique screeningId and its status, which indicates whether the screening providers have concluded their checks.

Path Parameter

  • customerId — This must be the Primary Customer’s ID.

Example Request

Example Success Response

Succes code 200

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Path Parameters

customerId
integer<int64>
required

customerId

Query Parameters

offset
integer<int64>
paged
boolean
pageNumber
integer<int32>
pageSize
integer<int32>
sort.sorted
boolean
sort.unsorted
boolean
unpaged
boolean

Response

OK

content
CustomerScreeningSummaryResponseDto · object[]
empty
boolean
first
boolean
last
boolean
number
integer<int32>
numberOfElements
integer<int32>
pageable
Pageable · object
size
integer<int32>
sort
Sort · object
totalElements
integer<int64>
totalPages
integer<int32>