Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Screening /
  • World-Check One /
avatar image
REFINITIV
Question by nabil.hassoumi · May 25, 2018 at 11:28 AM · wc1 apiwc1 api wc one world check

Ongoing Screening Alerts Workflow ?

Hello,

Could you please confirm the following : The OGS can be enabled via API via a request and the API administrator will receive an email if any update happened telling him to check the cases for an update.

If true, I have three questions:

- What is the request I should do, via the API, to get the case that was updated ?

- is there any way to be updated via the API in addition to the sent mail ? If yes what is the request and workflow ?

Best Regards

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

5 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Prabhjyot · May 28, 2018 at 03:48 AM

@nabil.hassoumi,

You will have to use the API call "SEQ-6a: Enable ongoing screening for a case." in order to enable OGS for a screened case.

In order to check the case which has been updated, you need to call the API call - "SEQ-9: Monitor ongoing screening updates on cases", where you have to manually update the content of the Body before calling the API call, with the date when you have received the alert.

For example, if you have received an email update for an OGS on 28th May 2018, then you will have to edit the body of the "SEQ-9" from { "query": "updateDate>='{ {weekAgo}}'" } to { "query": "updateDate>='2018-05-28'" } and then call the API to view the result. The result should display the details of the updated OGS case as on that date.

Just for calrification - Below is a sample workflow which you may follow:

Step 1: SEQ-2b: Save a very simple case

Step 2: SEQ-4a: Screen a case

Step 3: SEQ-6a: Enable ongoing screening for a case

Step 4: SEQ-8: Retrieve the audit log for a case

Step 5: SEQ-9: Monitor ongoing screening updates on cases

Hope this clarifies your concern.

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
nabil.hassoumi · May 28, 2018 at 04:57 PM 0
Share

Thanks a lot very precise answer.

avatar image
REFINITIV
Answer by Prabhjyot · May 28, 2018 at 01:52 AM

@nabil.hassoumi,

You should receive email alerts for the OGS, as and when the case is updated. There is no specific API call to enable it.

- In order to check updates via email for any OGS, use the API call - "SEQ-9: Monitor ongoing screening updates on cases". You should receive email notification as and when the case has been updated.

- There is no way to be updated via API call in addition of email notification.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by nabil.hassoumi · May 28, 2018 at 02:20 AM

Hello

Thank you for your answer.

The OGS is not automatically enabled for every screened name. So you must enable it, how do you do that ?

The mail received does not contain the information on the updated case, so how do you find the right case and also all the updated cases via the Api ? What is the workflow?

Besr regards

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by nabil.hassoumi · May 28, 2018 at 05:52 PM

Hi,

To finish the workflow:

The Json output of SEQ 9: can be

{

"caseSystemId": "0a3687cf-5e81-1702-97a8-06050005be8c",

"numberOfNewResults": 6,

"numberOfUpdatedResults": 15,

"updateDate": "2018-10-07T06:23:57.938Z"

},

{

"caseSystemId": "0a3687d0-5e81-1e6e-97a8-3fb100004eba",

"numberOfNewResults": 0,

"numberOfUpdatedResults": 1,

"updateDate": "2018-10-07T06:23:58.280Z"

},

What is the meaning of numberOfNewResults and numberOfUpdatedResults ?

By applying "SEQ-5b: Get screening results" with the CaseSystemId we will get the ongoing screening results, right ?

Best Regards

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Answer by nabil.hassoumi · May 28, 2018 at 06:02 PM

Hi,

I found the answer in the documentation:

Name Description Schema caseSystemId
required System generated ID for the Case string numberOfNewResults
optional Number of new results added to the Case identified by caseSystemId during the ongoing screening operation that this update belongs to. integer(int32) numberOfUpdatedResults
optional Number of updates in the existing results of the Case identified by caseSystemId found during the ongoing screening operation that this update belongs to. integer(int32) updateDate
required Creation date and time of this ongoingScreeningUpdate in ISO 8601 format excluding Week and Ordinal dates. string(date-time)

Best Regards

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
9 People are following this question.

Related Questions

WC1 API Status Query

OGS Update management

How can we get the case reports and profiles via the WC1 API ?

negative media

How to use the "multiple name screening" in the WC1 API ?

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges