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
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 = {…
...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…
In the new WC1 API v3, I can see schema guidance on making calls using python requests. Is there any sample code to complete the authentication/authorization steps using python requests?
Hello! I have an issue that I need to manually trigger screening hit for client to test ongoing screening event processing logic in integration tests. Do you have any suggestion how to do it?
What is the limit/threshold of case creation, async screening and ongoing screening in case of pilot environment?
Hello, As per section 4.1 of RFC-7235, when an HTTP server returns a 401 response, it must also return a WWW-Authenticate header : A server generating a 401 (Unauthorized) response MUST send a WWW-Authenticate header field containing at least one challenge. However, when the refinitiv server returns 401, it returns the…
It looks like you're new here. Sign in or register to get started.