WC1 API - Enable ongoing screening - is there any option for bulk cases enabling ongoing screening

Hi,
SEQ-case-ogs-enable: Enable ongoing screening for a case - using this api we can enable only one case at once.
Is there api for enable ongoing screening for bulk cases?
thank you
Best Answer
-
Enabling multiple cases for Ongoing Screening is currently not available. Only one case can be enabled at once using API as of now.
0
Answers
-
SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases - i can get updated result from this api like this,
- {
- "query": "updateDate>='2020-09-02T04:26:55.465Z'",
- "sort": null,
- "totalResultCount": 3,
- "pagination": {
- "currentPage": 1,
- "itemsPerPage": 100,
- "totalItems": 3
- },
- "results": [
- {
- "caseSystemId": "5nzbfkcwtwlw1exlrj5ove0kz",
- "numberOfNewResults": 1,
- "numberOfUpdatedResults": 0,
- "updateDate": "2020-09-04T04:42:20.495Z"
- },
now i want get updated values with fields it means new results, which api can i use for it
0 -
In order to check the details due to ongoing screening, you will have to do the following -
1. Fetching screening results (/cases/caseSystemI/results): You would have to fetch the case results using the caseSystemId of the case and check the following -
- If the creationDate and the modificationDate in the results is the same as the updateDate in the Monitor ongoing screening updates API call, it means that the match in the case is a new profile which has been included to the case due to the ongoing screening updates.
- If the modificationDate in the case result for a match is same as the updateDate from the Monitor ongoing screening updates API call, and the creationDate is a different one, then it means that an existing match in the case has been updated due to the ongoing screening updates.
2. Fetch the specific profile (reference/profile/profile-Id): Once you have identified the match which has been update, you may fetch the profile information of the match to check for further details.
Please do let us know if you need further clarifications.
0 -
You may use asynchronous screening approach in order to save and screen multiple names in 1 API call. Using this approach, you may be able to enable ongoing screening for the cases (up to 50 cases) in the same API call. Below is the snippet payload -
Endpoint - /cases/saveAndScreen
{
"groupId": "{{group-id}}",
"providerTypes": [
"WATCHLIST"
],
"nameTransposition": false,
"caseScreeningState": {
"WATCHLIST": "ONGOING"
},
"cases": [
{
"entityType": "ORGANISATION",
"name": "SmithCorporation"
},
{
"entityType": "INDIVIDUAL",
"name": "John Smith"
}
]
}0 -
HI,
i have developed OGS. i have no data to test it. is there any test data to check this api SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases?
0 -
Below is the format of the response -
{
"query": "updateDate>='2021-05-21T13:23:44.213Z'", // Query in request payload
"sort": null,
"totalResultCount": 6,
"pagination": {
"currentPage": 1,
"itemsPerPage": 100,
"totalItems": 6
},
"results": [
{
"caseSystemId": "5l8v60vvlfcm1evuoul5fv2rt",
"updateDate": "2021-05-25T07:14:25.229Z", // Update as on date
"numberOfNewResults": 1, // New match in the case due to OGS
"numberOfUpdatedResults": 0
},
{
"caseSystemId": "5jb6puhku6im1fbp8sin3t1c4",
"updateDate": "2021-05-28T07:14:35.600Z",
"numberOfNewResults": 0,
"numberOfUpdatedResults": 1 // Update on an existing match due to OGS
},
{
"caseSystemId": "5jb6vbtcst801fokmnrcif936",
"updateDate": "2021-05-28T07:51:16.621Z",
"numberOfNewResults": 0,
"numberOfUpdatedResults": 1
},
{
"caseSystemId": "5l8v64txti7j1evuomd6syrcj",
"updateDate": "2021-05-25T09:41:43.806Z",
"numberOfNewResults": 1,
"numberOfUpdatedResults": 0
},
{
"caseSystemId": "5jb7gz67ndsg1fj08vj3vxrnx",
"updateDate": "2021-05-27T00:57:06.985Z",
"numberOfNewResults": 1,
"numberOfUpdatedResults": 0
},
{
"caseSystemId": "5jb7gz67ndsg1fj08vj3vxrnx",
"updateDate": "2021-05-25T22:31:36.059Z",
"numberOfNewResults": 0,
"numberOfUpdatedResults": 1
}
]
}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
- 688 Datastream
- 1.4K DSS
- 620 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
- 254 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
- 663 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
- 193 TREP Infrastructure
- 229 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛