Lookup Name or Plate
Retrieve all records associated with a name or license plate.
Lookup Name or Plate
Request Body
Name
Type
Description
{
"records": []
}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY
INVALID EMPTY SEARCHAPI Call Example
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "LOOKUP",
"data": [
{
"apiId": "STEAM:1234", // OPTIONAL FIELD - Will return results to user's CAD
"account": "000-000-000", // OPTIONAL FIELD - Will return results to user's CAD (via account UUID)
"types": [2, 3], // Search only for warrant and BOLO records
"first": "John", // (Partial) First name
"last": "Doe", // (Partial) Last name
"mi": "M", // Middle Initial
"plate": "1234ABCD", // (Partial) License Plate
"partial": true, // OPTIONAL - Partial lookup is ran if not defined
"agency": "Yavapai County", // OPTIONAL - Agency of filing identifier
"department": "YCSO", // OPTIONAL - Department of filing identifier
"subdivision": "Speed Enforcement" // OPTIONAL - Subdivision of filing identifier
}
]
}Last updated
Was this helpful?

