For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 1 1 3

WC1 API Ongoing screening for Adverse Media

Right now, we've created the cases for both WATCHLIST and MEDIA_CHECK provider types, also with ONGOING flag enabled adding “caseScreeningState": {"WATCHLIST":"ONGOING"} to the payload.

So my question is mainly about how moninoring changes on existing customers, either because a new hit or adverse media article. I would like also to confirm if there is any way to enable a push notification, or we need to enable monitoring throw a recurring polling process.

Based on API documentation there is an API to Get ongoing screening updates, but behaivour is not so clear. If this API is the way to monitoring ongoing screening, would like to know also, if new articles of Adverse Information are also included as part of the ongoing screening.

Thanks,

David

https://docs-developers.refinitiv.com/1600949101673/50009/documentation/schema-reference/wc1-api-schema-reference-documentation.html#_cases_ongoingscreeningupdates_post

world-check-one
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
1.4k 5 2 2

Hi @david.elvarcalamonte

Thanks for your email!

If you are looking for screening an entity against the “WATCHLIST” & “MEDIA_CHECK” then you will have to include “WATCHLIST” & “MEDIA_CHECK” as a providerTypes in your request body && in case you wish to enable to OGS for both “WATCHLIST” & “MEDIA_CHECK” (then you will have to set “WATCHLIST” & “MEDIA_CHECK” on OGS under caseScreeningState, post that they can utilize the below request body to screen an entity.
1648023011800.png


Moreover, you can utilize the "SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases" API endpoints to monitor the OGS updates for both providerTypes. See the below sample request

{

"query": "updateDate>='{ {weekAgo}}'; (providerType=='MEDIA_CHECK',providerType=='WATCHLIST')",

"pagination": {

"currentPage": 1,

"itemsPerPage": 100

},

"sort": [

{

"columnName": "updateDate",

"order": "ASCENDING"

}

]

}

Furthermore, when you enable the OGS for a case, our system will re-screen that case automatically everyday and if there is any update/changes/newMaches then our system will trigger an alert to your system.

Please feel free to reach out to us if you have any additional questions.

Thanks
Vivek Kumar Singh


1648023011800.png (70.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

thanks so much Vivek !! this is exactly what i'm looking for.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.