Enabling Scoring

Scoring is not enabled by default. Email [[email protected]] (mailto:[email protected]) to request scoring, which is a form of automated result filtering that can be tailored to your organization’s specific decision-making guidelines.
With scoring on, the individual search flags roll up to a single result for the completed order, which may be PASS, FAIL, or NEEDS REVIEW.

When the status of all individual searches in an order are COMPLETE, logic is applied to the flags to determine whether the result of the entire Order is a PASS, FAIL, or NEEDS REVIEW.

NEEDS REVIEW indicates that you should take a further look at the report results to make a determination.

Order resultHow to interpret it?
PASSThe search results passed the filter
FAILThe search results had enough flags to fail the filter
NEEDS REVIEWThe results of the search were unclear, and a human should review them.

When an order is complete, all the data returned by each of the search components are collected into a comprehensive Report. That report is available as a base64 encoded string representing a complete HTML page, and the path to that URI is exposed in the Reports array on the Order resource. The report URI (path) looks like this:

/report/572d0904f1b9a4602bc83a09

To access the report, follow [this tutorial] (https://accurate.readme.io/docs/retrieve-consumer).

Once you have the Report resource, you may decode the string and store it as a regular HTML file or parse it directly for specific result contents.