For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
27 3 5 4

cases/{CaseSystemId}/screeningRequest returning empty body and status 201 CREATED

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.

world-checkscreening
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
36 0 1 3

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

1655301143280.png



1655301143280.png (36.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
27 3 5 4

Thanks, Wisey.

Do you have a swagger or documentation for these routes so I can check the required parameters please ?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
36 0 1 3

1655303730759.png (11.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
27 3 5 4

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 :

1655304991833.png



1655304991833.png (15.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
27 3 5 4

Found the issue, sent null instead of {}

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1k 2 2 3

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.