JSON Request Properties

  • Ssn = "xxx-xx-xxxx" (required, string)
  • FirstName = "John" (required, string)
  • LastName = "Smith" (required, string)
  • Dob = "01/01/1972" (required, string)
  • DateFilterFrom = "01/01/2000" (optional, string)... (MM/DD/YYYY)
  • DateFilterTo = "04/01/2021" (optional, string)... (MM/DD/YYYY)
  • OffenseCity = null (optional, string ... Offense city).
  • OffenseState = "FL" (optional, string ... Offense state).
  • CategoryTypes = null (optional, string ... Category types ... These can be passed in combination with
    each other by separating the values with a comma. i.e. 1,2,3).
    • ALL - 0 (All categories)
    • ARR - 1 (Arrest records)
    • CRI - 2 (Criminal records)
    • TRA - 3 (Traffic Infractions)
    • WAN - 4 (Wants and Warrants)
    • SEX - 5 (Sex Offender records)