plaid
List hits for individual watchlist screening
List all hits found by Plaid for a particular individual watchlist screening.
post/watchlist_screening/individual/hit/list
Request body
Example request
{
"watchlist_screening_id": "scr_52xR9LKo77r1Np",
"cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}Response
OK
Example response
{
"watchlist_screening_hits": [
{
"id": "scrhit_52xR9LKo77r1Np",
"review_status": "pending_review",
"first_active": "2020-07-24T03:26:02Z",
"inactive_since": "2020-07-24T03:26:02Z",
"historical_since": "2020-07-24T03:26:02Z",
"list_code": "US_SDN",
"plaid_uid": "uid_3NggckTimGSJHS",
"source_uid": "26192ABC",
"sub_programs": [
"SDGT",
"SDNTK"
],
"analysis": {
"dates_of_birth": "match",
"documents": "match",
"locations": "match",
"names": "match",
"search_terms_version": 1
},
"data": {
"dates_of_birth": [
{
"analysis": {
"summary": "match"
},
"data": {
"ending": "1966-06-30",
"beginning": "1966-06-01"
}
}
],
"documents": [
{
"analysis": {
"summary": "match"
},
"data": {
"type": "passport",
"number": "C31195855"
}
}
],
"locations": [
{
"analysis": {
"summary": "match"
},
"data": {
"full": "Florida, US",
"country": "US"
}
}
],
"names": [
{
"analysis": {
"summary": "match"
},
"data": {
"full": "Aleksey Potemkin",
"weak_alias_determination": "none"
}
}
]
}
}
],
"next_cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}