# Get alert occupancy monitor mapping Get an occupancy monitor to alert mapping identified by the provided ID. Endpoint: GET /alert-occupancy-monitor-mappings/{alertOccupancyMonitorMappingId} Version: 0.0.1 Security: o_auth ## Path parameters: - `alertOccupancyMonitorMappingId` (string, required) The ID of the occupancy monitor to alert mapping. ## 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 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields ## Response 501 fields