Getting the list of all resolved cases for a certain period

Hello,
Is there any, request or workflow, to get the list of all resolved cases. This request should be similar to the one used to get all the updated OGS profiles (SEQ-case-monitor-ogs) but with a smaller time window.
Best Regards
Best Answer
-
SEQ-case-investigate-resolve-results is to resolve the matches by providing the respective status, risk, and reason IDs.
To fetch the resolution toolkit you would fire: SEQ-pre-group-resolution-toolkit: Get the resolution toolkit for a group
To fetch the screening results you would fire: SEQ-case-investigate-results: Get screening results.
Regards,
Mehran Khan
API Technical Consultant
0
Answers
-
Hi,
We do not have a dedicated API to fetch the list of all resolved cases which is because we do not resolve cases we resolve matches of a particular case, the system doesn't really hold a mechanism as such to pull or fetch the list of case system IDs which are in a resolved state owing to the rationale provided in the first statement.
Let me know if you have any queries on this!
Regards,
Mehran Khan
API Technicl Consultant
0 -
Hi Mehran,
Actually here is a summary of the workflow I would like to put in place:
2 Populations :
- Sales using the API to access to WC data for onboarding new clients
- Compliance team to do the remediation from SaaS access
The workflow is as following:
The Sales person will do the screening via the API, if no match Automatic Green Light to continue the onboarding, if there are some matches the case remediation will be done through SaaS by compliance team.
Questions:
- How do we get via API the results of the remediation for cases where there is a match ?
- How do we get via API the matches that were tagged as positive by compliance team ?
Best Regards
Nabil
0 -
Thanks for the detailed explanation of the use case, was helpful to understand what you're trying to achieve.
Below are my comments on the questions:
How do we get via API the results of the remediation for cases where there is a match?
- Once the compliance team completes the remediation of the cases you can fire the SEQ-case-investigate-results: Get screening results to fetch the results
Like shown in the below example I have resolved the match with the profile(reference Id)- e_tr_wci_2362978 you would be able to see the respective resolution details(In bold and underlined) attached to this match in the response of the API.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
E.g. Response-
[
"resultId": "0a3687d0-6542-19f8-9967-904000248179",
"referenceId": "e_tr_wci_2696200",
"matchStrength": "STRONG",
"matchedTerm": "John Phillip NASH",
"submittedTerm": "John Nash",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [
{
"field": {
"typeId": "SFCT_1",
"value": "MALE",
"dateTimeValue": null
},
"typeId": "SFCT_1",
"submittedValue": "MALE",
"submittedDateTimeValue": null,
"matchedValue": "MALE",
"matchedDateTimeValue": null,
"fieldResult": "MATCHED"
}
],
"sources": [
"b_trwc_302"
],
"categories": [
"Regulatory Enforcement"
],
"creationDate": "2018-09-03T07:06:25.220Z",
"modificationDate": "2018-09-03T07:06:25.220Z",
"resolution": null,
"resultReview": {
"reviewRequired": false,
"reviewRequiredDate": "2015-06-15T00:00:00.000Z",
"reviewRemark": null,
"reviewDate": null
}
},
{
"resultId": "0a3687d0-6542-19f8-9967-90400024817d",
"referenceId": "e_tr_wci_2362978",
"matchStrength": "EXACT",
"matchedTerm": "John NASH",
"submittedTerm": "John Nash",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [
{
"field": {
"typeId": "SFCT_1",
"value": "MALE",
"dateTimeValue": null
},
"typeId": "SFCT_1",
"submittedValue": "MALE",
"submittedDateTimeValue": null,
"matchedValue": "MALE",
"matchedDateTimeValue": null,
"fieldResult": "MATCHED"
}
],
"sources": [
"b_trwc_457"
],
"categories": [
"Law Enforcement"
],
"creationDate": "2018-09-03T07:06:25.220Z",
"modificationDate": "2018-09-03T07:07:06.031Z",
"resolution": {
"statusId": "0a3687cf-6334-151a-98e1-0c0800000ede",
"riskId": "0a3687cf-6334-151a-98e1-0c0800000ed6",
"reasonId": "0a3687cf-6334-151a-98e1-0c0800000ed3",
"resolutionRemark": "Resolve",
"resolutionDate": "2018-09-03T07:07:06.031Z"
},
"resultReview": {
"reviewRequired": false,
"reviewRequiredDate": "2014-07-18T00:00:00.000Z",
"reviewRemark": null,
"reviewDate": null
}
},
{
"resultId": "0a3687d0-6542-19f8-9967-904000248181",
"referenceId": "e_tr_wci_3628037",
"matchStrength": "STRONG",
"matchedTerm": "Jay NASH",
"submittedTerm": "John Nash",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [
{
"field": {
"typeId": "SFCT_1",
"value": "MALE",
"dateTimeValue": null
},
"typeId": "SFCT_1",
"submittedValue": "MALE",
"submittedDateTimeValue": null,
"matchedValue": "MALE",
"matchedDateTimeValue": null,
"fieldResult": "MATCHED"
}
],
"sources": [
"b_trwc_419"
],
"categories": [
"Law Enforcement"
],
"creationDate": "2018-09-03T07:06:25.220Z",
"modificationDate": "2018-09-03T07:06:25.220Z",
"resolution": null,
"resultReview": {
"reviewRequired": false,
"reviewRequiredDate": "2018-05-18T00:00:00.000Z",
"reviewRemark": null,
"reviewDate": null
}
},
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- How do we get via API the matches that were tagged as positive by compliance team ?
- To determine this please follow the below sequence
Fire the SEQ-pre-group-resolution-toolkit: Get the resolution toolkit for a group to get the exact resolution toolkit for your account and then determine what is the value of Status ID when its positive.
Fire the SEQ-case-investigate-results: Get screening results.
Search for the status IDs i.e. for the positive matches in the results and look for such matches which hold those status IDs under their resolution details, you would know if the match is positive or not.
Please note that doing this via API is a bit complex to understand over the text but I would be happy to give you a small demonstration on this if you would like over a call!
0 -
Hi Mehran,
In the 1.5 version, we should use the SEQ-case-investigate-resolve-results, isn't it ?
Regards
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
- 690 Datastream
- 1.4K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 559 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 280 Open PermID
- 45 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 717 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
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛