Skip to main content
GET
Get one RegisteredDevice
A registered device is an integration hardware or software client associated with a location; operators can identify it, review its status, and enable or disable it.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the RegisteredDevice-Read role.

Path Parameters

integer
required
The Id of the RegisteredDevice record to retrieve.

Code Examples

Response

200

integer
ID of the location the device is associated with; association is managed by the device association workflow..
integer
ID of the internal user account provisioned for the associated device; managed by the device association workflow and not available for agent use..
string
Required operator-facing name used to identify the registered device..
string
Read-only device type assigned during registration; it determines the device’s authentication and permission behavior..
string
Read-only unique identifier supplied by the device during registration and used for device authentication and messaging..
string
Internal JSON configuration returned directly to the device; integration-specific and not available for agent use..
boolean
Whether the device can authenticate, associate with a location, send heartbeats, and submit logs; inactive devices cannot perform these operations..
string
Read-only UTC date and time of the most recent device registration, heartbeat, or log submission..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response