# List alert camera position mappings Get all available links between alters and camera positions subject to filters. Endpoint: GET /alert-camera-position-mappings Version: 0.0.1 Security: o_auth ## Query parameters: - `cameraId` (string) The ID of a camera linked to the alerts. - `alertId` (string) The ID of an alert being linked to the camera positions. - `cameraPositionId` (string) The ID of a camera position linked to the alerts. - `notificationGroupId` (string) The ID of the notification group the linked alert notifies. - `organisationId` (string) The ID of the associated organisation. - `state` (string) Alert camera position state. Enum: "active", "deleted" - `alertType` (string) The ID of a camera linked to the Alerts. Enum: "offline_alert", "occupancy_alert", "camera_health_summary_alert" ## Response 200 fields (application/json): - `alertId` (string, required) - `cameraPositionId` (string, required) - `createdAt` (string) - `deletedAt` (string,null) - `id` (string,null) - `state` (string) Enum: "active", "deleted" ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields ## Response 501 fields