# List alert occupancy monitor mappings Get all links between occupancy monitors and alert subject to filters. Endpoint: GET /alert-occupancy-monitor-mappings Version: 0.0.1 Security: o_auth ## Query parameters: - `occupancyMonitorId` (string) the ID of the occupancy monitor the alert is mapped to. - `alertId` (string) the ID of the alert the occupancy monitors are mapped to. - `siteId` (string) the ID of the site the monitor alert rule mapping is part of. - `organisationId` (string) the ID of the organisation the site of the monitor alert rule mapping is part of. - `state` (string) Occupancy monitor alert state. Enum: "active", "deleted" ## Response 200 fields (application/json): - `alertId` (string, required) - `deletedAt` (string,null) - `id` (string,null) - `occupancyMonitorId` (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