🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/occupancy/getMinimalOccupancySensorStateList \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "occupancySensorStates": [ { "associatedCameras": [ "AAAAAAAAAAAAAAAAAAAAAA.v0" ], "batteryPercent": 85, "closestBaseStation": "AAAAAAAAAAAAAAAAAAAAAA", "firmwareVersion": "1.2.3", "floorNumber": 2, "health": "RED", "healthDetails": "NO_HEARTBEAT", "hwVariation": "RASPBERRY_PI_3", "lastSeenSec": 1640995200, "latitude": 37.7749, "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "longitude": -122.4194, "name": "Conference Room Sensor", "normalizedLux": 0.75, "policyUuid": "AAAAAAAAAAAAAAAAAAAAAA", "rawLux": 500, "sensorUuid": "AAAAAAAAAAAAAAAAAAAAAA", "serialNumber": "RH123456789", "signalStrength": -45, "status": "VACANT", "subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA" } ], "warningMsg": "<string>" }
Get basic state information about all proximity tags in organization
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting minimal occupancy sensor states for all sensors in organization.
OK
Response object containing minimal occupancy sensor states for all sensors in organization.
List of minimal occupancy sensor states
Show child attributes
Was this page helpful?