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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
5 1 2 2

First Screening Results not returning results but second request returning results on Production Environment

Hi @shilpi.saha,

We are facing some issues on screening results as first screening it does not return any results but second request it returns us the results where both is actually sending the same request on the Production Environment.

SEQ-2c: Save a case: Individual -- status ok

SEQ-4a: Screen a case -- status ok

SEQ-5b: Get screening results -- first screening no results, second screening return results

Do appreciate if any advised given.

Cheers,

Olivia

world-checkworld-check-onescreening
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.

@olivia.tan

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
456 2 2 2

Hi @olivia.tan,

screeningRequest is an asynchronous request, a successful return request will return a 201 status. However, this means the screening was successfully queue for processing. The amount of time to gather the information varies depending on the amount of information to retrieve and how many requests are queued for processing. If you're automating your requests for screening, then you should use the auditEvents request with the caseSystemId filtering for SCREENED_CASE event to get the status, before you generate a request for screening results.

Note, all of this is in the World-Check One Documentation and a YAML file included with the documentation, available on the Developers Portal.

Hope this helps,

Shilpi

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.

Thanks @Shilpi.

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.