🚧 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/export/peopleEvents \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "endInterval": 1641081600000, "startInterval": 1640995200000 } '
{}
Download people event log
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for exporting people detection events with time interval filtering.
End time interval in milliseconds for filtering people events
1641081600000
Start time interval in milliseconds for filtering people events
1640995200000
OK
The response is of type object.
object
Was this page helpful?