-
World Check One API : JAVA Program for GET request to /v2/groups: 401 Unauthorized Error
Hi All, We are trying to call the WorldCheckOne API from the SAP, where we need to convert the XML to JSON and post the data to WorldCheckOne API. For which, I have written a program to make a GET request to /v2/groups , I am getting HTTP 401 error. Not exactly sure what is causing the error, could you please check and let…
-
World Check One API calls
Dear All - how could the customers track down the number of the API calls via WC1 user interface? thanks
-
Value update frequency
When getting information from GET API at https://api-worldcheck.refinitiv.com/v2/reference/records/{reference_id} , sometimes there would be information with value "To be determined." For example, if sending GET API to https://api-worldcheck.refinitiv.com/v2/reference/records/e_tr_wci_8089739, there are 2 "To be…
-
World-Check one API ongoingScreeningUpdates error INVALID_QUERY_VALUE
When trying to get updates for ongoingscreening cases using this endpoint: ongoingScreeningUpdates, i am getting an INVALID_QUERY_VALUE. The cause is: "Value '--REQUIRED-VALUE-MISSING--' for query attribute 'CREATION_DATE' is invalid."
-
WorldCheck API detailType UNKNOWN meaning
From the response of GET API at "https://api-worldcheck.refinitiv.com/v2/reference/records/e_tr_wci_8145131", there is a field "details" which is an array of objects. There is an object with the following content: { "detailType": "UNKNOWN", "text": "Oct 2024 - named in a civil complaint for recording or causing to be…
-
Will review required have chance change to unresolved type?
Hi Forum, I would like to understand more about the "Review Required" case. We wonder if updates applied to any individual in the World Check database could change the mandatory action type from "Review Required" to "Unresolved." For example, I have a hit case A where there is currently no gender or date of birth…
-
Hong Kong is a region or country by WC?
Hi Forum, Could you please clarify whether Hong Kong and Taiwan are classified as regions or countries in the World Check database when using the API? Thanks!
-
I am working on calling the World Check One API from ServiceNow and need CRyptjswrapper script in...
...clude Script include - var refinitivWCUtils = Class.create(); refinitivWCUtils.prototype = { initialize: function() {}, getGroupsAuthHeader: function() { // Retrieve environment properties var environment = { "gateway-url": gs.getProperty('x_cbre2_generic_ap.refinitiv.gateway_url'), "gateway-host":…
-
Update WC Hits Status Back To Unresolved In WC1
Good day, Refinitiv, I want to check, in the WC1 web application, is there any way we can update a "Resolved" hit back to "Unresolved"? So that we can see it will fall under the "Mandatory Action" queue for the next follow-up action. Thanks.
-
WC1 - Update CaseId to match new system
Hi, I'm looking to call an API endpoint to adjust our caseIDs in Worldcheck1 to match our new backend system. Currently updating a record using the systemID, the call fails if the caseID posted doesn't match the one Worldcheck has for a given systemID (in the URL). WC1 returns a 400 server error "Case IDs must be unique…
-
Where can we find the enum value for WCO results?
Good day, Forum, Recently I just realized that the value of GENDER can be "UNKNOWN" which previously we assume the value will be "MALE"/ "FEMALE" or null value only. May I know is there any document that we can see all the ENUM values of each object attribute from the response object of the API below?…
-
What is Review Required case?
Hi Community, I would like to know what is the meaning of Review Required case. Generally, I understand it is a case that was previously resolved and due to any new updates on the case, it appear again as Review Required. However, we would like to know what is the "new updates", is it the adverse news of the individual has…
-
What are the possible topics from MEDIA_CHECK response
Regarding the response of the API at https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}/mediacheck/results, can I have a list of all types of possible "topics.facetLabel"? I would like to filter out the kind of news that we want by the API request, but I don’t know what are the types that could be available.
-
How to get article's url source from the MEDIA_CHECK response
After getting response from https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}/mediacheck/results , we can then get the article content by using article IDs and another POST API https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}/mediacheck/results/content However, for the articles where…
-
How do we know the data is currently active?
From the response to GET API https://api-worldcheck.refinitiv.com/v2/reference/records/{referenceId}, how can I know whether the sanctions are still active? Is it as long as the “actions.endDate” is “null”? And also for PEP data, is it active as long as “roles.end” is null? But there are some cases where both “roles.start”…