After creating a case (before issuing screening request), it seems that there is no field indicating the case has been screened or not, so how will a customer check whether they need to fire a screening request or not?
For a deeper look into our World Check One API, look into:
After creating a case (before issuing screening request), it seems that there is no field indicating the case has been screened or not, so how will a customer check whether they need to fire a screening request or not?
When a case gets created there are 0 matches, you can view this from within the World-Check-One Web App. From the API, the "results” method in the "cases" Web Service returns an Empty body (200 OK) return request.
GET { {protocol}}{ {gateway-host}}{ {gateway-url}}cases/{ {case-system-id}}/results
NOTE: This is the current behavior of the World-Check-One implementation (August 4, 2016) and may change or be enhanced in future releases.