🚧 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/camera/getPresenceWindows \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA", "durationSec": 3600, "startTimeSec": 1640995200 } '
{ "error": true, "errorMsg": "<string>", "presenceWindows": {}, "warningMsg": "<string>" }
Get stored video information for camera
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve presence windows for a camera within a time range.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Duration in seconds
3600
Start time in seconds since epoch
1640995200
OK
Response containing presence windows for a camera.
Mapping of presence types to time windows
Show child attributes
Was this page helpful?