I am aware that when an entity record is removed from World-Check the reference/records API returns "error": "ENTITY_REMOVED". Can we assume in our application that the particular entity will stay "removed"? Will it ever reappear again?
1: I called the API and passed in my name, birthday, and ID information. I hope to return results that meet all the above conditions, but in fact, a lot of fuzzy matching data is returned. For example, I entered James Smith, but the returned results include James Davies. Do I need to filter the results myself? Or how to…
Hi, I would like to see the differences between the two screenings of a case. I tried this endpoint: POST {{protocol}}{{gateway-host}}{{gateway-url}}cases/{{case-system-id}}/screeningRequest with body { "screeningMode": "DELTA_SYNC", "caseInfo": true} I know that I updated the case, let's say yesterday, with new…
Hi, I can create a case using API ok and there are some WC entities in the case as a result of the screening. Then I have at group level/toolkit resolutions like these ones below "resolutionFields": { "statuses": [{ "id": "5jb6wv300b171g1ul7wm1df49", "label": "POSITIVE", "type": "POSITIVE" }, { "id":…
I am able to access the API from Postman successfully. When attempting to make the same call from ServiceNow I get a 401 error. Code Code to generate header in ServiceNow: getSimpleScreeningRequestAuthHeader : function(dateSent,payload){ var contentLength = unescape(encodeURIComponent(payload)).length, environment = {…
Hi, I would like to add an existing WC entity (a company, for which I have the WC code/reference ID) to an existing Case. How can I do this using REST API? I'm using Postman to test the API calls. Thanks, Kari
...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":…
Hello! We use Refinitiv to screen clients, and from our CRM system, back office officers might open screening results by client and resolve case hits (mark them positive or not relevant). Now, we need to implement a new client risk level calculation process. If the client has positive cases (full match) after the…
Hi, I'm using WorldCheck (WC1) to check for sanctions a company may have, The way I would like to do is to 1) create case, and then 2) using that case id check the company sanctions (if any). I can do this using the code WC1 has assigned to the company but have had no luck using the "case" concept. Would someone kindly…
Hi Lseg: Please let me know is there something I miss? I try to update case rate but it's show me 401 error,I follow the sample code and template document. Request header like follow: Date: Fri, 28 Feb 2025 03:21:21 GMT Content-Length: 0 Connection: keep-alive Authorization: WWW-Authenticate: Signature realm="World-Check…
It looks like you're new here. Sign in or register to get started.