How do I check several caseId at the same time for updates?
We are using Python requests on this API https://docs-developers.refinitiv.com/1600949101673/50009/documentation/schema-reference/wc1-api-schema-reference-documentation.html
Screening new users work fine with POST on /cases/screeningRequest we get results and save the caseId in our own database for future references.
What I can't figure out is how do I should use the caseId to recheck if users have any new results since signing up. The plans is to do this with a scheduled cronjob and we want to send in a long list of several caseId in one POST so we get a list of several users new result for more effectively updating our database.
Best Answer
-
It appears that you want to build a solution where you need updates on case records, i.e. if there is any update on the existing one, or if a new record has been added to a case.
You can use ongoing screening functionality in World-Check One via API. Where the system automatically re-screens the cases on daily bases. You need to enable the case for ongoing screening. Using the endpoint - POST cases/ongoingScreeningUpdates , you would be able to retrieve the list of cases which have updates due to ongoing screening between the specified time.
Please refer to the link - https://docs-developers.refinitiv.com/1600949101673/50009/documentation/schema-reference/wc1-api-schema-reference-documentation.html#_cases_ongoingscreeningupdates_post
0
Answers
-
I think I got things working on my end now but I can only get this
{
"query": "updateDate>='2021-02-15T00:00:00Z'",
"sort": [
{
"columnName": "updateDate",
"order": "DESCENDING"
}
],
"totalResultCount": 0,
"pagination": {
"currentPage": 1,
"itemsPerPage": 50,
"totalItems": 0
},
"results": []
}Is there any fake names that get constantly updated so we can test our ongoing monitoring system?
0 -
There are no fake names for the ongoing screening. You can create few dummy cases with common name, and set it to OGS. You should get the OGS update as and when available.
0 -
Is the caseSystemId I get from ongoing screening always the same I get from when I first do cases/screeningRequest ? I am using a development database that gets purged on a regular basis and I have lost all old caseSystemId that I get results for when I call cases/ongoingScreeningUpdates.
It seems like I get a new caseSystemId when I create a new user with the same name that gives results and screen for the first time.
0 -
I think I figured out how to put things together but I have not been able to confirm that I am right because systemCaseId I get when screening for the first time differ from systemCaseId I get when I get updates from screening.
0 -
Is there a way to do a hard reset on my refinitiv test environment?
0 -
I try deleting the old caseSystemId with
DELETE /cases/{caseSystemId}/ongoingScreening
But I still get results on it when I do
POST /cases/ongoingScreeningUpdates
0 -
Can you please elaborate? What exactly do you mean by hard reset in the environment?
0 -
@johan,
Can you please confirm when was the case disabled for OGS? and the query which you are using for Monitor Ongoing screening updates?
0 -
Each case will have a unique caseSystemId linked to it. You can create multiple cases with the same name. The caseId and the caseSystemId will be different for each screened entity.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 687 Datastream
- 1.4K DSS
- 622 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 680 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 91 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛