Table of Contents

Interface ICameraAnalyticsRecent

Namespace
Meraki.Api.Interfaces.Products.Camera
Assembly
Meraki.Api.dll
public interface ICameraAnalyticsRecent

Methods

GetDeviceCameraAnalyticsRecentAsync(string, string, CancellationToken)

Returns most recent record for analytics zones

[Get("/devices/{serial}/camera/analytics/recent")]
Task<List<CameraOverview>> GetDeviceCameraAnalyticsRecentAsync(string serial, string objectType = null, CancellationToken cancellationToken = default)

Parameters

serial string

The serial number

objectType string

[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle]. (optional)

cancellationToken CancellationToken

Returns

Task<List<CameraOverview>>

Exceptions

ApiException

Thrown when fails to make API call