JSON Request Properties

  • PoseidonIds = null (optional, string[]) ... Poseidon Ids (batch record retrival).
  • TahoeId = null (optional, string) ... Tahoe Id (individual record retrival).
  • SSN = null (optional, string) ... Social Security Number (format: ###-##-####).
  • BusinessName = null (optional, string) ... Business name.
  • DefendantFirstName = null (optional, string) ... Defendant First name.
  • DefendantMiddleName = null (optional, string) ... Defendant Middle name or middle initial.
  • DefendantMiddleName = null (optional, string) ... Defendant Last name.
  • PlaintiffFirstName = null (optional, string) ... Plaintiff Middle name or middle initial.
  • PlaintiffMiddleName = null (optional, string) ... Plaintiff First name.
  • PlaintiffLastName = null (optional, string) ... Plaintiff Last name.
  • PlaintiffNameSuffix = null (optional, string) ... Plaintiff Name suffix.
  • StreetAddress = null (optional, string) ... Street Address. State is required if StreetAddress is provided. Either StreetAddress or HouseNumber, Street and Unit can be included in search.
  • HouseNumber = null (optional, string) ... House number cannot be provided without including Street.
  • StreetName = null (optional, string) ... Street name cannot be provided without including either the City and State, or the City and Zip Code.
  • Unit = null (optional, string) ... Unit number cannot be provided without including Street.
  • City = null (optional, string) ... State/Zip is required if city is provided.
  • State = null (optional, string) ... Two character long state name.
  • ZipCode = null (optional, string) ... Zip code.
  • Page = 1 (optional, int) ... The page of data to return.
  • ResultsPerPage = 20 (optional, int) ... The number of results to return per page.