GET /devices/{serial}/camera/analytics/zones/{zoneId}/history

meraki.com

Summary: Return historical records for analytic zones
Operation ID: getDeviceCameraAnalyticsZoneHistory
Auth: unknown
Description

Return historical records for analytic zones

Parameters (7)

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']}

resolution (integer, query, optional)

The time resolution in seconds for returned data. The valid resolutions are: 60. The default is 60.

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 14 hours 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 14 hours. The default is 1 hour.

zoneId (string, path, required)

No probe data for this endpoint yet.