# Get alert camera position mapping Get a link between an alert and a camera position identified by its id. Endpoint: GET /alert-camera-position-mappings/{alertCameraPositionMappingId} Version: 0.0.1 Security: o_auth ## Path parameters: - `alertCameraPositionMappingId` (string, required) The ID of the link between an alert and a camera position to get. ## 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 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields ## Response 501 fields