getQuickScanHit
Quick Scan APIs
Get Quick Scan Screening Hits
GET
getQuickScanHit
This endpoint retrieves paginated potential hits for a specific Quick Scan screening, filtered by screening type (engine).
Hit Object Fields (
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 paginatedPage<ScreeningHitResponseDto> with an HTTP 200 status code.
Pagination Wrapper
Hit Object Fields (ScreeningHitResponseDto)
Example Response
Hit Body by Engine
Thebody field contains engine-specific data. The structure differs depending on the screeningType:
ARTEMISCAN
ARTEMISCAN
Contains structured match data including name, match score, categories (PEP, SANCTION, ADVERSE_MEDIA), country, date of birth, and source references.
DJ (Dow Jones)
DJ (Dow Jones)
Contains Dow Jones profile data including name variants, associated countries, PEP status, sanction lists, and related entities.
TR (World-Check)
TR (World-Check)
Contains Refinitiv World-Check profile data including name, category, sub-category, linked countries, and identification details.
INTERNET_SEARCH
INTERNET_SEARCH
Contains internet search results including article title, URL, snippet, publication date, and relevance score.
OWN_RESTRICTED_LIST
OWN_RESTRICTED_LIST
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
screeningTypehas completed (DONEstatus) before fetching hits. You can check this with Get Quick Scan Screening. - Each
screeningTypereturns 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 asTRUE_HITorFALSE_POSITIVE.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
X-Domain-ID
Path Parameters
screeningId
Query Parameters
screeningType
Available options:
ARTEMISCAN, DJ, FACE_COMPARE, INTERNET_SEARCH, OCR, OWN_RESTRICTED_LIST, TR 