Hi, I'm pulling some data from Meraki API from cameras located in my office. I'm interested in aggregating the data from Analytics endpoints and displaying them in similar way to this dashboard: I'm pulling the data from this endpoint: https://developer.cisco.com/meraki/api-v1/get-device-camera-analytics-zone-history/ I try to aggregate "entrances" field value from objects that are contained in response but it does not seems to match with the data I got in my Meraki Analytics dashboard. Example (part of response for one zone of one camera because whole response is too big): In this case I have queried the endpoint for 6 hours of data with resolution of 60 seconds (default) for "person" object type. I have noticed that beside entrance numbers being totally mismatched with the data I see on my dashboard (1st screenshot), the resolution is not maintained since I got results second by second with 60 seconds windows overlapping. Also it seems like entrance value increments with every second and at some point it was reset to 0 (visible on 2nd screenshot). Am I missing something here? How exactly resolution works and averageCount is calculated? Do I properly interpret entrances value? Best regards, Mateusz
... View more