Table of Contents

Interface ICameraSchedules

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

Methods

GetNetworkCameraSchedulesAsync(string, CancellationToken)

Returns a list of all camera recording schedules.

[Get("/networks/{networkId}/camera/schedules")]
Task<List<CameraSchedule>> GetNetworkCameraSchedulesAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<List<CameraSchedule>>

Exceptions

ApiException

Thrown when fails to make API call