I created a cases on the route "cases/saveAndScreen" and to prevent creating a new case each time, I want to use "cases/{CaseSystemId}/screeningRequest" to get the response but I get a status code 201 CREATED with an empty response body.
That endpoint only creates the screening request and runs asynchronously. You need to check /cases/{caseSystemId}/auditEvents to find when it has completed and then call /cases/{caseSystemId}/results
Thanks, Wisey.
Do you have a swagger or documentation for these routes so I can check the required parameters please ?
It is available here.
https://developers.refinitiv.com/en/api-catalog/customer-and-third-party-screening/world-check-one-api/downloads
And is here in this folder structure.
Thanks
I made a simple call : cases/{CaseSystemId}/auditEvents
But I received an error 400 BadRequest
{"error":"INVALID_MESSAGE_FORMAT","cause":"Message body is not well-formed."}
In the documentation, the body is optional :
Found the issue, sent null instead of {}
Hello @frederic.gaillard - thank you for reaching out to us! And @Wisey, thank you for providing @frederic.gaillard a response.I just wanted to add on one thing - We have updated our documentation and you can find it here: Refinitiv World-Check One API Please keep reaching out if you have any additional questions!
Best,
Judith