curl --request POST \
--url https://api2.rhombussystems.com/api/button/getMinimalButtonStateList \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"states": [
{
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"batteryPercent": 85,
"buttonEmergencyOnsiteContact": {
"name": "<string>",
"phoneNumber": "<string>"
},
"buttonMode": "PANIC",
"closestBaseStation": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 1640995200000,
"firmwareVersion": "2.1.0",
"floorNumber": 1,
"health": "GREEN",
"healthDetails": "FIRMWARE_BEHIND",
"hwVariation": "RASPBERRY_PI_3",
"lastSeenSec": 1640995200,
"latitude": 37.7749,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "Main Entrance Button",
"sensorUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"serialNumber": "SN123456789",
"signalStrength": -45,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"testModeEnabled": false
}
],
"warningMsg": "<string>"
}Get basic state information for all button sensors
curl --request POST \
--url https://api2.rhombussystems.com/api/button/getMinimalButtonStateList \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"states": [
{
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"batteryPercent": 85,
"buttonEmergencyOnsiteContact": {
"name": "<string>",
"phoneNumber": "<string>"
},
"buttonMode": "PANIC",
"closestBaseStation": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 1640995200000,
"firmwareVersion": "2.1.0",
"floorNumber": 1,
"health": "GREEN",
"healthDetails": "FIRMWARE_BEHIND",
"hwVariation": "RASPBERRY_PI_3",
"lastSeenSec": 1640995200,
"latitude": 37.7749,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "Main Entrance Button",
"sensorUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"serialNumber": "SN123456789",
"signalStrength": -45,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"testModeEnabled": false
}
],
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request to get minimal state information for all button sensors.
Was this page helpful?