🚧 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/climate/getClimatePresenceWindows \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA", "durationSec": 3600, "startTimeSec": 1640995200 } '
{ "error": true, "errorMsg": "<string>", "presenceWindows": [ { "durationSeconds": 123, "startSeconds": 123 } ], "warningMsg": "<string>" }
Get stored video information for sensor
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for retrieving stored video information for a sensor.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Duration in seconds for the presence window query
3600
Start time in seconds for the presence window query
1640995200
OK
Response object containing stored video information for a sensor.
List of presence windows for the sensor
Show child attributes
Was this page helpful?