🚧 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/countReports \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"endTimeMs": 1721416242907,
"interval": "MINUTELY",
"scope": "REGION",
"startTimeMs": 1719861042000,
"type": "CROWD"
}
'{}Download count report
curl --request POST \
--url https://api2.rhombussystems.com/api/export/countReports \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"endTimeMs": 1721416242907,
"interval": "MINUTELY",
"scope": "REGION",
"startTimeMs": 1719861042000,
"type": "CROWD"
}
'{}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for exporting count reports with configurable intervals, scopes, and time ranges.
End datetime as a UNIX timestamp in milliseconds
x >= 01721416242907
Report interval for filtering face events
MINUTELY, QUARTERHOURLY, HOURLY, DAILY, WEEKLY, MONTHLY Scope of the report to reset
REGION, DEVICE, LOCATION, ORG Start datetime as a UNIX timestamp in milliseconds
x >= 01719861042000
Type of report to receive
CROWD, PEOPLE, FACES, MOTION, BANDWIDTH, VEHICLES, LICENSEPLATES, ALERTS, AM_VERIFICATION, DWELL Enter the ending date in in ISO 8601 format
"2024-07-17T00:00:00Z"
Enter the starting date in ISO 8601 format
"2024-07-17T00:00:00Z"
String of timezone for bucketing
"America/Los_Angeles"
Enter the UUID of device(s) or location(s)
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
OK
The response is of type object.
Was this page helpful?