Interface ICameraBoundaries
- Namespace
- Meraki.Api.Interfaces.Products.Camera
- Assembly
- Meraki.Api.dll
public interface ICameraBoundaries
Methods
GetOrganizationCameraBoundariesAreasByDeviceAsync(string, List<string>?, CancellationToken)
Returns all configured area boundaries of cameras
[Get("/organizations/{organizationId}/camera/boundaries/areas/byDevice")]
Task<List<CameraBoundariesAreas>> GetOrganizationCameraBoundariesAreasByDeviceAsync(string organizationId, List<string>? serials = null, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
serials
List<string>A list of serial numbers. The returned cameras will be filtered to only include these serials.
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationCameraBoundariesLinesByDeviceAsync(string, List<string>?, CancellationToken)
Returns all configured crossingline boundaries of cameras
[Get("/organizations/{organizationId}/camera/boundaries/lines/byDevice")]
Task<List<CameraBoundariesLines>> GetOrganizationCameraBoundariesLinesByDeviceAsync(string organizationId, List<string>? serials = null, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
serials
List<string>A list of serial numbers. The returned cameras will be filtered to only include these serials.
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call