Background Check Logs

Describes a log entry within the background check process. This log consists of the person the background check was preformed on, when that check was completed, what was the type of background check (FBI, Out of State etc) which are agency specific and can be found in /background_checks, if this check was related to an application, the status (clear or not) and any additional notes recorded. A background check could encompass many log entries. All logs must be in a valid state to approve an application.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • created-at* (string) - Date and time that the Background Check Log was created in Binti.

    • updated-at* (string) - Date and time that the Background Check Log was last updated.

    • application-id* (number) - ID for related Application.

    • background-check-id* (number) - ID for related Background Check.

    • adult-profile-id* (number) - ID for related adult's User Agency Profile.

    • completed-at* (string) - Date the Background Check Log was completed.

    • status* (string) - Status of Background Check Log.

      Allowed values
      • requested
      • complete_no_exemption
      • complete_exemption_required
      • complete_non_exemptible_crime
      • rejected
      • not_applicable
      • needs_review
      • not_started
      • complete_exemption_denied
      • complete_exemption_granted
      • received_needs_review
      • received_exemption_required
      • complete
      • not_applicable_full_cycle
      • complete_non_exemptible_finding
    • notes* (string) - Notes associated with Background Check Log.

  • relationships (object) - Related objects. For each relationship, you can find detailed information about the object by issuing another API call to look it up by ID, or for certain endpoints, you will find details in the "included" section.
    • adult-profile (object) - A relationship with a single entry.
      • data* (object) - The user agency profile on whom the background check was preformed
        • id* (string) - The ID of the other object.

        • type* (string) - Always user-agency-profiles

          Allowed values
          • user-agency-profiles
    • application (object) - A relationship with a single entry.
      • data* (object) - A reference to the Application this background check was preformed for.
        • id* (string) - The ID of the other object.

        • type* (string) - Always initial-applications / renewal-applications

          Allowed values
          • initial-applications
          • renewal-applications
    • background-check (object) - A relationship with a single entry.
      • data* (object) - Background check preformed.
        • id* (string) - The ID of the other object.

        • type* (string) - Always background-checks

          Allowed values
          • background-checks