APIs to manage an Organisation's people count monitor camera positions.
Update a people count monitor's camera position if it exists, create a new object linking the given people count monitor to the given camera position otherwise.
Created.
Updated.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "direction1": "direction_1",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peopleCountMonitorId": "af5c9ece-4147-4fc4-9db3-7065170e641f",
- "state": "active"
}
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "deletedAt": "2019-08-24T14:15:22Z",
- "direction1": "direction_1",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peopleCountMonitorId": "af5c9ece-4147-4fc4-9db3-7065170e641f",
- "state": "active"
}
Set the state of a people count monitor camera position to deleted.
OK.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
{- "code": 0,
- "message": "string"
}
Get a people count monitor camera position identified by the provided ID.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "deletedAt": "2019-08-24T14:15:22Z",
- "direction1": "direction_1",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peopleCountMonitorId": "af5c9ece-4147-4fc4-9db3-7065170e641f",
- "state": "active"
}
Get all available occupancy monitor camera positions subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
[- {
- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "deletedAt": "2019-08-24T14:15:22Z",
- "direction1": "direction_1",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "peopleCountMonitorId": "af5c9ece-4147-4fc4-9db3-7065170e641f",
- "state": "active"
}
]