APIs to manage an Organisation's peel off monitor camera positions.
Update a peel off monitor's camera position if it exists, create a new object linking the given peel off monitor to the given camera position otherwise.
A peel off monitor camera position to put.
Created.
Updated.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "countDirection": "direction_1",
- "countType": "base",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peelOffMonitorId": "cc189a22-8e7f-4749-b5e7-b00a5382d436",
- "state": "active"
}
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "countDirection": "direction_1",
- "countType": "base",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peelOffMonitorId": "cc189a22-8e7f-4749-b5e7-b00a5382d436",
- "state": "active"
}
Set the state of a peel off monitor camera position to deleted.
OK.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
{- "code": 0,
- "message": "string"
}
Get a peel off monitor camera position identified by the provided ID.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "countDirection": "direction_1",
- "countType": "base",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peelOffMonitorId": "cc189a22-8e7f-4749-b5e7-b00a5382d436",
- "state": "active"
}
Get all available peel off monitor camera positions subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
[- {
- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "countDirection": "direction_1",
- "countType": "base",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peelOffMonitorId": "cc189a22-8e7f-4749-b5e7-b00a5382d436",
- "state": "active"
}
]