Skip to main content
GET
getQuickScanHit
This endpoint retrieves paginated potential hits for a specific Quick Scan screening, filtered by screening type (engine).

Path Parameters


Query Parameters

Available Screening Types


Headers


Example Requests

Get ArtemiScan Hits

Get Dow Jones Hits (with Pagination)

Get Internet Search Hits


Response

A successful response returns a paginated Page<ScreeningHitResponseDto> with an HTTP 200 status code.

Pagination Wrapper

Hit Object Fields (ScreeningHitResponseDto)

Example Response


Hit Body by Engine

The body field contains engine-specific data. The structure differs depending on the screeningType:
Contains structured match data including name, match score, categories (PEP, SANCTION, ADVERSE_MEDIA), country, date of birth, and source references.
Contains Dow Jones profile data including name variants, associated countries, PEP status, sanction lists, and related entities.
Contains Refinitiv World-Check profile data including name, category, sub-category, linked countries, and identification details.
Contains internet search results including article title, URL, snippet, publication date, and relevance score.
Contains matched entries from your organisation’s custom restricted list.

Notes

  • You must first trigger a Quick Scan with Trigger Quick Scan Screening and obtain the screeningId.
  • Ensure the screening for the requested screeningType has completed (DONE status) before fetching hits. You can check this with Get Quick Scan Screening.
  • Each screeningType returns hits independently — call this endpoint once per engine you want to inspect.
  • Hits default to matched: "NO_ACTION". Use the Artemis UI or additional APIs to mark hits as TRUE_HIT or FALSE_POSITIVE.

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

screeningId
integer<int64>
required

screeningId

Query Parameters

screeningType
enum<string>
required

screeningType

Available options:
ARTEMISCAN,
DJ,
FACE_COMPARE,
INTERNET_SEARCH,
OCR,
OWN_RESTRICTED_LIST,
TR
offset
integer<int64>
paged
boolean
pageNumber
integer<int32>
pageSize
integer<int32>
sort.sorted
boolean
sort.unsorted
boolean
unpaged
boolean

Response

OK

content
ScreeningHitResponseDto · 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>