plaid
List reviews for entity watchlist screenings
List all reviews for a particular entity watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by Plaid.
post/watchlist_screening/entity/review/list
Request body
Example request
{
"entity_watchlist_screening_id": "entscr_52xR9LKo77r1Np",
"cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}Response
OK
Example response
{
"entity_watchlist_screening_reviews": [
{
"id": "entrev_aCLNRxK3UVzn2r",
"confirmed_hits": [
"enthit_52xR9LKo77r1Np"
],
"dismissed_hits": [
"enthit_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 52 revisions of this API.11
- ●
added the new
retroenum value to theentity_watchlist_screening_reviews/items/audit_trail/sourceresponse property for the response status200response-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
entity_watchlist_screening_reviews/items/commentresponse property's minLength was decreased from1to0for the response status200response-property-min-length-decreased
- ▲