How can you tell through the API and the Web UI if a case hasn't been screened?

Options

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?

Best Answer

  • brian.bourgault
    Answer ✓

    Hi @John Williams

    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.