# Get peel off monitor camera position Get a peel off monitor camera position identified by the provided ID. Endpoint: GET /peel-off-monitor-camera-positions/{peelOffMonitorCameraPositionId} Version: 0.0.1 Security: o_auth ## Path parameters: - `peelOffMonitorCameraPositionId` (string, required) The ID of the peel off monitor camera position to get. ## Response 200 fields (application/json): - `cameraPositionId` (string, required) - `countDirection` (string, required) Enum: "direction_1", "direction_2", "direction_both" - `countType` (string, required) Enum: "base", "peel_off" - `deletedAt` (string,null) - `id` (string,null) - `peelOffMonitorId` (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