🚧 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/peopleCountEvents \ --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 count report
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for exporting people count events with time interval filtering.
End time interval in milliseconds for filtering people count events
1641081600000
Start time interval in milliseconds for filtering people count events
1640995200000
OK
The response is of type object.
object
Was this page helpful?