Criminal Database (backgroundcheck_ts) Response Object

Applies to: Direct | Capture

This JSON response is returned for a criminal background check.

👍

This response is returned by /get-results if you include the criminal_background signal in the /start endpoint.

{
  "backgroundcheck_ts": {
    "type": "array",
    "description": "Criminal database signal (backgroundcheck_ts) response",
    "items": {
      "type": "object",
      "properties": {
        "hits": {
          "type": "string",
          "description": "Number of watchlists on which the person being verified appears."
        },
        "rawHitDetails": {
          "type": "string",
          "description": "Watchlists associated with results."
        },
        "success": {
          "type": "boolean",
          "description": "True if the API call was successful; false otherwise."
        },
        "result": {
          "type": "boolean",
          "description": "True if data was returned in the data object; false otherwise."
        },
        "message": {
          "type": "string",
          "description": "A description of the result output. For example, \"success\" or an error message."
        },
        "data": {
          "type": "object",
          "description": "Contains the backgroundcheck_ts signal elements returned as a JSON object.",
          "properties": {
            "Search_results": {
              "type": "object",
              "description": "Search results.",
              "properties": {
                "Request": {
                  "type": "object",
                  "description": "Request details.",
                  "properties": {
                    "MaxRecords":{
                      "type": "string",
                      "description": "Request maximum number of records returned."
                    },
                    "LastName": {
                      "type": "string",
                      "description": "Request last name."
                    },
                    "ReferenceID": {
                      "type": "string",
                      "description": "Request reference ID."
                    },
                    "FirstName": {
                      "type": "string",
                      "description": "Request first name."
                    },
                    "DOB": {
                      "type": "string",
                      "description": "Request date of birth."
                    },
                    "MiddleName": {
                      "type": "string",
                      "description": "Request middle name."
                    }
                  }
                },
                "DisclaimersLink": {
                  "type": "string",
                  "description": "URL link."
                },
                "returned": {
                  "type": "integer",
                  "description": "The number of records found in the background search."
                },
                "Record": {
                  "type": "array",
                  "description": "An array of records returned.  Each record contains detailed information on the finding.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Category": {
                        "type": "string",
                        "description": "Category of type of record source."
                      },
                      "IDCaseNumber": {
                        "type": "string",
                        "description": "Unique Identifier for record."
                      },
                      "Fullname": {
                        "type": "string",
                        "description": "Person's full name."
                      },
                      "LastName": {
                        "type": "string",
                        "description": "Person's last name."
                      },
                      "FirstName": {
                        "type": "string",
                        "description": "Person's first name."
                      },
                      "MiddleName": {
                        "type": "string",
                        "description": "Person's middle name."
                      },
                      "Generation": {
                        "type": "string",
                        "description": "Suffix."
                      },
                      "SSN": {
                        "type": "string",
                        "description": "Social Security Number."
                      },
                      "DOB": {
                        "type": "string",
                        "description": "Date of birth."
                      },
                      "BirthState": {
                        "type": "string",
                        "description": "Place of birth in the US."
                      },
                      "AKA1": {
                        "type": "string",
                        "description": "Alias."
                      },
                      "AKA2": {
                        "type": "string",
                        "description": "Alias."
                      },
                      "DOBAKA": {
                        "type": "string",
                        "description": "Alias date of birth."
                      },
                      "Address1": {
                        "type": "string",
                        "description": "Subject's street address."
                      },
                      "Address2": {
                        "type": "string",
                        "description": "Secondary address information."
                      },
                      "City": {
                        "type": "string",
                        "description": "Subject's city."
                      },
                      "Atate": {
                        "type": "string",
                        "description": "Subject's state."
                      },
                      "Zip": {
                        "type": "string",
                        "description": "Subject's zip code."
                      },
                      "Age": {
                        "type": "string",
                        "description": "Age."
                      },
                      "Hair": {
                        "type": "string",
                        "description": "Hair color."
                      },
                      "Eyes": {
                        "type": "string",
                        "description": "Eye color."
                      },
                      "Height": {
                        "type": "string",
                        "description": "Height."
                      },
                      "Weight": {
                        "type": "string",
                        "description": "Weight."
                      },
                      "Race": {
                        "type": "string",
                        "description": "Subject's race."
                      },
                      "ScarsMarks": {
                        "type": "string",
                        "description": "Scars, tattoos, other identifying marks."
                      },
                      "Sex": {
                        "type": "string",
                        "description": "Gender."
                      },
                      "SkinTone": {
                        "type": "string",
                        "description": "Complexion."
                      },
                      "MilitaryService": {
                        "type": "string",
                        "description": "Subject's military history."
                      },
                      "Photo": {
                        "type": "string",
                        "description": "Hyperlink to image of subject."
                      },
                      "SourceState": {
                        "type": "string",
                        "description": "State of record origin."
                      },
                      "SourceName": {
                        "type": "string",
                        "description": "Name of data source."
                      },
                      "Source": {
                        "type": "string",
                        "description": "Name of database source."
                      },
                      "Source_county": {
                        "type": "string",
                        "description": "County of record origin."
                      },
                      "Record_date": {
                        "type": "string",
                        "description": "Date record was captured."
                      },
                      "TotalNumberOfCharges": {
                        "type": "string",
                        "description": "Total number of charges on record."
                      },
                      "Charge_info": {
                        "type": "array",
                        "description": "Charge information.",
                        "items": {
                          "type": "object",
                          "properties": {
                            "charge": {
                              "type": "object",
                              "description": "Type of criminal charge.",
                              "properties": {
                                "ChargesFiledDate": {
                                  "type": "string",
                                  "description": "File date. Date field."
                                },
                                "OffenseDate": {
                                  "type": "string",
                                  "description": "Date of violation."
                                },
                                "OffenseCode": {
                                  "type": "string",
                                  "description": "Criminal statute code. Statute."
                                },
                                "NCICCode": {
                                  "type": "string",
                                  "description": "Uniform offense code published by the National Crime Information Center (NCIC)."
                                },
                                "OffenseDesc1": {
                                  "type": "string",
                                  "description": "Offense, charge, convicted offense."
                                },
                                "OffenseDesc2": {
                                  "type": "string",
                                  "description": "Additional offense information."
                                },
                                "Counts": {
                                  "type": "string",
                                  "description": "Number of charges filed."
                                },
                                "Plea": {
                                  "type": "string",
                                  "description": "Type of plea."
                                },
                                "ConvictionDate": {
                                  "type": "string",
                                  "description": "Date on which judgment is entered against the individual."
                                },
                                "ConvictionPlace": {
                                  "type": "string",
                                  "description": "State where conviction occurred."
                                },
                                "SentenceYYYMMDDD": {
                                  "type": "string",
                                  "description": "Length or duration of prison term."
                                },
                                "ProbationYYYMMDDD": {
                                  "type": "string",
                                  "description": "Length or duration of probation."
                                },
                                "Court": {
                                  "type": "string",
                                  "description": "Court name, location."
                                },
                                "Disposition": {
                                  "type": "string",
                                  "description": "Judgement decision of guilty or not guilty."
                                },
                                "DispositionDate": {
                                  "type": "string",
                                  "description": "Date judgement against the defendant is entered into record."
                                },
                                "ArrestDate": {
                                  "type": "string",
                                  "description": "Date the subject was arrested for the offense."
                                },
                                "ParoleDate": {
                                  "type": "string",
                                  "description": "Date subject's parole began."
                                },
                                "ReleaseDate": {
                                  "type": "string",
                                  "description": "Date subject is released from prison."
                                },
                                "AdmittedDate": {
                                  "type": "string",
                                  "description": "Date subject is admitted to prison."
                                },
                                "CourtCosts": {
                                  "type": "string",
                                  "description": "Amount of fees charged for use of the court."
                                },
                                "ArrestingAgency": {
                                  "type": "string",
                                  "description": "Law enforcement agency that arrested the subject."
                                },
                                "CaseType": {
                                  "type": "string",
                                  "description": "A set of codes to determine the type of case."
                                },
                                "Fines": {
                                  "type": "string",
                                  "description": "Fines associated with violation."
                                },
                                "caseno": {
                                  "type": "string",
                                  "description": "Criminal case number."
                                },
                                "additionalChargeInformation": {
                                  "type": "array",
                                  "description": "Always null.",
                                  "items": {
                                    "type": "object",
                                    "properties": {}
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}