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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
5 3 5 11

Test Operation /cases/{caseSystemId}/screeningRequest:

Hello, I want to test the operation screeningRequest but i dont know wich a value for { {case-system-id}} i do put it.

Could you help me please ?

Thank you

world-checkworld-check-one
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
2.4k 6 5 6

@cao-trung.do

Thanks for clarifying, you can utilize the synchronous screening API i.e. "SEQ-screen-sync-individual: Perform Synchronous Screening: Individual" to screen using First name and last name, using this method you need not need case-system ID to perform screening, however, you can generate the same post-screening if necessary. Below is a sample request to perform sync screening using first name and last name,

{
	"groupId": "{
                {group-id}}",
	"entityType": "INDIVIDUAL",
	"providerTypes": [
		"WATCHLIST"
	],
	"name": "Donald Trump",
	"secondaryFields": []
}
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
2.4k 6 5 6

@cao-trung.do

I believe you are using the asynchronous screening:

So you will be following the below sequence to screen:

1. Save a case: You will get case Id and the case-system Id in this API response.

2. SEQ-case-retrieve: Get the system ID of a case: You can basically utilize this API call to fetch the missing case-system Id in your screening request, please look into the postman request wherein you can pass the case id and retrieve the corresponding case system Id for the case.

3. SEQ-screen-async: Screen a case: Using the case system Id from the above API you can perform screening operation.

Hope this helps.

Regards

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
5 3 5 11

Hello,

Thank for your response

I will explain my need. I want to retrieve the data needed to generate a case report from a first and last name. What is the operation that retrieves this information in sychnrone mode?.

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
5 3 5 11

thank you .i have the result now

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.