For secondary fields specifically country can I pass through multiple country codes? https://community.developers.refinitiv.com/questions/39772/how-to-use-secondary-and-custom-fields-in-api-call.html For example { "typeId": "SFCT_3", "value": "IND","AUS","USA" }] Or is only 1 country allowed per Country field? SFCT_3,…
Hello, We are creating a new case using the API. We would like to display a hyperlink for the compliance admin that redirects him from our system to WC1 portal and directly to the newly created case. Is there a case hyperlink format that we can follow? Thanks!
We are successfully requesting subjects and getting responses. However, we are not receiving all the information desired. Please see the content of report attached vs the sample JSONs. Can you advise whether there's another API we need to call to get the additional information? We are wanting to capture more of the…
...s details using C# ? I read all the quick start documentation about WC1 - API : - create groups in web application UI and retrieve all top level groups is done > "GET" request . - make screening request to post new screen case is done > "POST" request. - my problem is : when I want to retrieve case results details by…
We have recently integrated Media Check with our application. Everything went fairly smooth except we can't get the publication type(s) of the article. In the article summary returned we have the publication code (ex. "code": "EXPNEW") however the publication type is never populated (ex."publicationTypes": []). Is there…
Let's say I send these data to /saveAndScreen : { "groupId": "....", "providerTypes": [ "WATCHLIST" ], "nameTransposition": false, "caseScreeningState": { "WATCHLIST": "INITIAL" }, "cases": [ { "entityType": "ORGANISATION", "name": "Credit Suisse (Schweiz) AG", "secondaryFields": [ { "typeId": "SFCT_6", "value": "CHE" } ]…
Hi, My question is a bit functional: About "Status Report" screen, is it specific to the launch of a batch in world check one application, or can we also have these reports after the calls to these APIs : https://api-worldcheck.refinitiv.com/v2/cases/saveAndScreen or…
We are trying to reduce the number of call to worldcheck. First we call "cases/saveAndScreen" to create a new case We then save the caseSystemId for subsequent call Then we call "cases/screeningStatus" to get the result If the user want to get the result of the same case, we check if we have the caseSystemId for the…
Hi Team, question for a client's implementation. When I get screening results via - SEQ-case-investigate-results: Get screening results What happens when there are no matches? Do I get a response like "no match found" or a specific STATUS code, or else? Many thanks Vanessa
We are testing a current implementation of World Check and Media Check and are running into a lot of problems with the Media Check results not being available. Example: We screen Burger King and then click on the Media Check link (after waiting a period of time in case they aren't ready yet) After about 30 seconds, the…
It looks like you're new here. Sign in or register to get started.