Lookup By Value
Sonoran CAD has additional record lookup capabilities via specific values for unit identifiers, record or supervisor status, and more!
Lookup By Value
Request Body
Name
Type
Description
[] // Array of recordsINVALID 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_INT",
"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)
"searchType": 0, // See the "Search Type" enum
"value": 1, // See the "Value" information
"types": [2, 3], // Search only for warrant and BOLO records
"limit": 10, // OPTIONAL: Only the 10 most recent records
"offset": 0, // OPTIONAL: Start from the first page of (10) records
}
]
}Last updated
Was this helpful?

