LogoLogo
Sign InCertnCertn Help
Certn API
Certn API
  • Certn API
  • Getting Started
    • Request a demo account
      • Get your access token
      • Understand your general resources
      • Create your first application
      • Retrieve the results
  • Guides
    • Manage your settings
    • Manage your integration users
    • Use the API
      • Get and use an Authorization Token
      • Use webhooks
        • Webhook parameters and example
      • Get the applicant's consent
    • Run a check
      • Address Reference Check
      • Australia Right To Work Check
      • Basic Disclosure And Barring Service Check
      • Basic Disclosure Scotland Check
      • Canadian Criminal Record Check
      • Credential Verification
      • Credit Check
      • Education Verification
      • Employment Verification
      • Employment Reference Check
      • Enhanced Identity Verification
      • International Criminal Record Check
      • Motor Vehicle Record Check / Driver's Abstract
      • Softcheck
      • Social Media Check
      • SOQUIJ
      • UK Right To Work Check
      • US Criminal Record Check
    • Understanding statuses and scores
  • API Reference
    • Settings and packages
    • Human Resources
      • Available checks
    • Property Management
      • Available checks
    • Resources
      • Application parameters
        • Request flags
        • Package settings
      • Error codes
      • Regional codes
      • Report field mappings
  • FAQ
  • Changelogs
  • Contact us
Powered by GitBook

The Certn Group of companies includes Certn, Credence & InterCheck. For educational purposes, these companies are referred to as “Certn” in this website. For questions about any of the aforementioned companies, contact support@certn.co. ©2023 Certn.

On this page
  • What is a status?
  • What is a score?
  • Where can I find information about the application status and score, and the check statuses and scores?

Was this helpful?

Export as PDF
  1. Guides

Understanding statuses and scores

PreviousUS Criminal Record CheckNextSettings and packages

Last updated 1 year ago

Was this helpful?

What is a status?

Each background check order has an "application status" that represents the progress of the background check order (comprising of one or many individual checks, e.g. ). Each individual check (e.g. Canadian Criminal Record Check or Credit Check) also has a "check status" that represents the progress of the specific check. These two levels of statuses provide information about both the progress of the entire application order and of the specific check components the application comprises.

Read our article at for a thorough understanding of what each status means.


What is a score?

Each individual check that the application comprises also has a "check score" or result. The possible checks scores depend on the type of check ordered. Here are a couple of examples.

  • A Canadian Criminal Record Check may return scores like "Negative" when no criminal record was found, or "Confirmation of criminal record" when the convictions disclosed by the candidate was confirmed.

  • An Employment Check may return results like "Verified" when all details of the employment was confirmed to be correct or "Partially verified" when some details were confirmed but perhaps the dates or position title did not exactly match what the candidate provided.


Where can I find information about the application status and score, and the check statuses and scores?

The information about statuses and scores, whether at the application or check level, is available in the object that is returned when you Retrieve the results of an application.

  • For the application status, see the report_status field (see example below).

  • For each of the check statuses, check_executions will contain the check status in the status field for the particular check (see example below).

  • For the application result, see the result field (see example below).

  • For each check result, see the result fields (or similar fields) inside each check's results (seeReport field mappings for the names of each check's result fields).

"check_executions": [
    {
        "id": "check_exec_2kHNvQYTrTDgNL6aMeJybJ",
        "check_name": "uk_basic_dbs_check",
        "status": "WAITING_ON_CANDIDATE"
    }
],
"result": "NONE",
"result_label": "None",
"report_status": "IN_PROGRESS",

The individual scores, or results, per check type can be found

An "application score", often referred to as the application result, gives you an indication about the results of the application and can draw your attention to those applications that may need to be evaluated or reviewed. Our article explains what each application score means.

Application scores
Application and check statuses
Certn Help
Application and check statusesCertn
Application scoresCertn
Logo
Logo