plaid
List reviews for individual watchlist screenings
List all reviews for the individual watchlist screening.
post/watchlist_screening/individual/review/list
Request body
Example request
{
"watchlist_screening_id": "scr_52xR9LKo77r1Np",
"cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}Response
OK
Example response
{
"watchlist_screening_reviews": [
{
"id": "rev_aCLNRxK3UVzn2r",
"confirmed_hits": [
"scrhit_52xR9LKo77r1Np"
],
"dismissed_hits": [
"scrhit_52xR9LKo77r1Np"
],
"comment": "These look like legitimate matches, rejecting the customer.",
"audit_trail": {
"dashboard_user_id": "54350110fedcbaf01234ffee",
"timestamp": "2020-07-24T03:26:02Z"
}
}
],
"next_cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}Changes
Changed in 2 of the 53 revisions of this API.11
- ●
added the new
retroenum value to the///response property for the response statusresponse-property-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
//response property's minLength was decreased from1to0for the response statusresponse-property-min-length-decreased
- ▲