🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/export/motionEvents \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{}Download motion event log for motion sensors
curl --request POST \
--url https://api2.rhombussystems.com/api/export/motionEvents \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for exporting motion events from motion sensors with time filtering.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
After datetime provided as a UNIX timestamp in milliseconds
x >= 01640995200000
Before datetime provided as a UNIX timestamp in milliseconds
x >= 01641081600000
OK
The response is of type object.
Was this page helpful?