Skip to main content
GET
Get one Sensor
A Sensor represents a physical IoT sensor deployed in a location for monitoring environmental conditions or occupancy. Sensors can detect presence, count people, measure temperature, humidity, noise, CO2 levels, and other metrics.

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 Sensor-Read role.

Path Parameters

integer
required
The Id of the Sensor record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
integer[]
List of desks linked to this record.
integer[]
List of resources linked to this record.
integer
ID of the canned response linked to this record.
string
Display name of the linked canned response (read-only).
string
The name value for this sensor.
string
The reference value for this sensor.
string
The unit value for this sensor.
boolean
Whether this sensor is currently active.
integer
The sensor type value for this sensor. See eSensorType enum values: 1 = PresenceDetection, 2 = PeopleCounter, 3 = Temperature, 4 = Humidity, 5 = Light, 6 = Noise, 7 = CO2, 8 = VolatileOrganicCompounds, 9 = HarmfulParticulates, 10 = Touch, 11 = Water, 12 = AtmosphericPressure, 13 = Power, 14 = OpenClosed, 99 = Other.
integer
The data strategy value for this sensor. See eSensorDataStrategy enum values: 1 = Polling, 2 = Endpoint, 3 = DisruptiveTechnologies, 4 = Pressac.
string
The payload data path value for this sensor.
string
The action trigger function value for this sensor.
string
The value function value for this sensor.
boolean
Whether action send email alert is enabled.
string
The alert email address value for this sensor.
string
The webhook url value for this sensor.
boolean
Whether action update desk availability is enabled.
boolean
Whether action update resource availability is enabled.
boolean
Whether action update booking occupancy is enabled.
boolean
Whether action send customer email alert is enabled.
boolean
Whether action booking start is enabled.
boolean
Whether action booking terminate is enabled.
boolean
Whether action check in or out is enabled.
boolean
Whether action make http request is enabled.
boolean
Whether show in now dashboard is enabled.
boolean
Whether show in portal is enabled.
string
The shared secret value for this sensor.
string
The api key value for this sensor.
string
The username value for this sensor.
string
The password value for this sensor.
string
Date/time value for received data on.
string
The last received value value for this sensor.
boolean
Whether last value triggered action is enabled.
integer
The battery level value for this sensor.
integer
The network signal strength value for this sensor.
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