GET /devices/{serial}/camera/analytics/overview
Summary: Returns an overview of aggregate analytics data for a timespan
Operation ID: getDeviceCameraAnalyticsOverview
Auth: unknown
Operation ID: getDeviceCameraAnalyticsOverview
Auth: unknown
Description
Returns an overview of aggregate analytics data for a timespan
Parameters (5)
objectType
(string, query, optional)
[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle].
Constraints: {'enum': ['person', 'vehicle']}
serial
(string, path, required)
t0
(string, query, optional)
The beginning of the timespan for the data. The maximum lookback period is 365 days from today.
t1
(string, query, optional)
The end of the timespan for the data. t1 can be a maximum of 7 days after t0.
timespan
(number, query, optional)
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 1 hour.
No probe data for this endpoint yet.