# List alert notification group mappings Get all available alert notification group mappings subject to filters. Endpoint: GET /alert-notification-group-mappings Version: 0.0.1 Security: o_auth ## Query parameters: - `cameraPositionId` (string) The ID of a camera position linked to the alert notification group mapping. - `notificationGroupId` (string) The ID of the notification group the alerts are linked to. - `alertId` (string) The ID of the alert the notification groups are linked to. - `organisationId` (string) The ID of the associated organisation. - `state` (string) The state of the alert notification group mapping. Enum: "active", "deleted" - `occupancyMonitorId` (string) the ID of the occupancy monitor the alert is mapped to. - `alertType` (string) The ID of a camera linked to the Alerts. Enum: "offline_alert", "occupancy_alert", "camera_health_summary_alert" - `siteId` (string) the ID of the site the alert rule mapping is part of. ## Response 200 fields (application/json): - `alertId` (string, required) - `deletedAt` (string,null) - `id` (string,null) - `notificationGroupId` (string, required) - `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