Lookup By Value
Sonoran CAD has additional record lookup capabilities via specific values for unit identifiers, record or supervisor status, and more!
Last updated
Was this helpful?
Sonoran CAD has additional record lookup capabilities via specific values for unit identifiers, record or supervisor status, and more!
Last updated
Was this helpful?
This API endpoint requires the Plus version of Sonoran CAD or higher. For more information, see our page.
API response times may be increased slightly for communities with Database Sync enabled, depending upon the speed, latency and size of your in-game database.
POST
https://api.sonorancad.com/general/lookup_value
The lookup name endpoint allows you to retrieve all records associated with a specific value.
id
string
Your community's ID
key
string
Your community's API Key
type
string
LOOKUP_INT
data
array
Array containing a lookup information object
Adding the field is optional, and will send the lookup results to the user's CAD as well.
When specifying an identifier searchType
the value
represents the unique identifier ID of a specific unit. You can retrieve this unique identifier ID via the .
When specifying a number searchType
the value
represents the unique record number being searched. You can find the specific record number via any or result.
When specifying a user account secret ID, the value
represents the unique user account secret UUID. Users will find this secret key in their menu.
When specifying a user account ID, the value
represents the unique user account UUID. This value is internal, and not exposed to on the UI. The or endpoints will allow communities to capture the account UUID programmatically.