Sensors
Get one Sensor
Retrieve a single Sensor record by its Id.
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
The Id of the Sensor record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
List of desks linked to this record.
List of resources linked to this record.
ID of the canned response linked to this record.
Display name of the linked canned response (read-only).
The name value for this sensor.
The reference value for this sensor.
The unit value for this sensor.
Whether this sensor is currently active.
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.The data strategy value for this sensor. See
eSensorDataStrategy enum values: 1 = Polling, 2 = Endpoint, 3 = DisruptiveTechnologies, 4 = Pressac.The payload data path value for this sensor.
The action trigger function value for this sensor.
The value function value for this sensor.
Whether action send email alert is enabled.
The alert email address value for this sensor.
The webhook url value for this sensor.
Whether action update desk availability is enabled.
Whether action update resource availability is enabled.
Whether action update booking occupancy is enabled.
Whether action send customer email alert is enabled.
Whether action booking start is enabled.
Whether action booking terminate is enabled.
Whether action check in or out is enabled.
Whether action make http request is enabled.
Whether show in now dashboard is enabled.
Whether show in portal is enabled.
The shared secret value for this sensor.
The api key value for this sensor.
The username value for this sensor.
The password value for this sensor.
Date/time value for received data on.
The last received value value for this sensor.
Whether last value triggered action is enabled.
The battery level value for this sensor.
The network signal strength value for this sensor.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one Sensor