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
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call