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"
}
'{}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request 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?