-
How can I extract all cases with a HIT?
How can I extract all cases with a HIT?
-
401 error
Dear API team, One of our clients is testing API and is having issues and getting 401 errors, please see below: we are using Powershell to “Invoke-WebRequest @params“. The params for one of the API calls that we are getting 401 Unauthorized errors on are below (this has been converted into json to display so it can be read…
-
Is it possible to download the PDF file of the match details report?
Hi, I need to be able to download the PDF document of the match details report (different to the case level report). Is there an API available to support this?
-
No 'Access-Control-Allow-Origin' header is present on the requested resource (Working in Postman ...
...but not in JavaScript) Hi Team, I am getting CORS Error in Browser but its working fine in Postman. All the Headers are getting properly generated(Date, HMAC and Authorization) via my JavaScript Code. None of the Addons to by-pass the CORS are working for me. Can you please share the exact Headers which I need to attach…
-
Error message for POST requests SEQ-case-create-simple from Low-Code-Platform Appian
Hello everyone, we are currently setting up the test access for the Word Check One API and in Postman every query (POST and GET) works fine. We get problems when we try to set up POST requests via our own system (low code platform Appian). Get Requests work fine. I have already cross-checked the different functions with…
-
Is there a full list of categories of world-check profile?
I have seen many categories in world check profiles, such as INDIVIDUAL, TERRORISM, CRIME - ORGANIZED... I was wondering if there is a full list of categories (with description will be better)?
-
No media check results after updating name
Hi, we are using WC1 API. Here is our issue. I have created an organization case with name 'GOOGLE' with provider as media_check Screened the case Now, retrieved the media results and marked all of them as reviewed After that, I realised name should be modified to - 'AMAZON' SO Used update API along with screening API to…
-
Null results for MediaCheck provider after updating the existing case with a new name
Created a case with name Alexa, triggered screening and got the MediaCheck results and resolved the case . Later realised it should be Tesla so I have updated the case and triggered screening. Now I am not seeing any MediaCheck results. Null results are being retrieved . My requirement is to get new results of the…
-
POST http save Screen with special characters
I try to call the endpoint https://api-worldcheck.refinitiv.com/v2/cases/saveAndScreen in C# with a name which is "RATP Réseaux" but I am returned a 401 but when I change the name to " RATP Reseaux" I have a 200. I think it's because of the "é" character but he encodes it in UTF8. here is my function which allows you to…
-
Remove old screening results when using update API
Created a case with name Alexa, triggered screening and got the screening results . Later realised it should be Tesla so I have updated the case and triggered screening. Now I am seeing the old results as well as the new results. My requirement is to give in only new results in this case only Tesla. Is there any…
-
Case Create/Update using WC1 API ?
Hi, I would like to check what is the WC1 API answer of the following scenarii for Creating or updating a case using a Case ID: * Try to Create a case using a Case ID already used ? * Update or rescreen a Case using a Case ID already used without providing any new information ? * Update or rescreen a case using a Case ID…
-
Sporadic Error: [{"error":"MEDIA_CHECK_CONTENT_RETRIEVAL_FAILED","cause":"Failed to retrieve Medi...
...a-Check articles content."}] - SEQ-case-mediacheck-metadata-articles Hello Everyone I am writing to report a critical issue we are facing with one of your API endpoints - SEQ-case-mediacheck-metadata-articles, which is impacting our operational efficiency. We utilize this endpoint to process hundreds of news articles…
-
World Check - distinguishing "false" cases
Cases that appear as "false" in World-Check GUI, I want to identify them in the response of https://developers.lseg.com/content/dam/devportal/en_us/product-docs/wc1-api/documentation/v2/schema-reference/wc1-api-schema-reference-documentation.html#tag/zfs/operation/screen. ->…
-
HTTP 400 half the time when using accents in name
Hi, When calling the ScreeningRequest API with a name containing accents, I'm having one time in two HTTP 400. I'm doing the following when sending my request: * The content body is converted to UTF-8. * We calculate the length of the UTF-8 encoded content since UTF-8 payload length is different than the normal payload…
-
401 UNAUTHORIZED when calling WorldCheck with name containing accents
Hi, When calling the SEQ-screen-sync-individual: Perform Synchronous Screening: Individual API with a name containing accents, I have a 401 UNAUTHORIZED but when I call WorldCheck directly with Postman, I have a result. Is there something special to check with the encoding? I tried to change the encoding of the POST body…