List hits for individual watchlist screening
List all hits found by Plaid for a particular individual watchlist screening.
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"
}Changes
Changed in 4 of the 52 revisions of this API.412
- ○
added the required property
watchlist_screening_hits/items/sub_programsto the response with the200statusresponse-required-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
US_SAMenum value to thewatchlist_screening_hits/items/list_coderesponse property for the response status200response-property-enum-value-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
watchlist_screening_hits/items/data/documents/items/data/numberresponse property's minLength was decreased from4to0for the response status200response-property-min-length-decreased
- ▲
the
watchlist_screening_hits/items/data/locations/items/data/countryresponse property's minLength was decreased from2to0for the response status200response-property-min-length-decreased
- ▲
the
watchlist_screening_hits/items/source_uidresponse property's minLength was decreased from1to0for the response status200response-property-min-length-decreased
- ▲
- ▲
removed the required property
watchlist_screening_hits/items/sub_programsfrom the response with the200statusresponse-required-property-removed
- ○
removed the
US_SAMenum value from thewatchlist_screening_hits/items/list_coderesponse property for the response status200response-property-enum-value-removed
This revision also has 699 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲