# List people count monitor camera positions Get all available occupancy monitor camera positions subject to filters. Endpoint: GET /people-count-monitor-camera-positions Version: 0.0.1 Security: o_auth ## Query parameters: - `organisationId` (string) the ID of the associated organisation. - `siteId` (string) the ID of the site the people count monitor camera positions are linked to. - `cameraPositionId` (string) the ID of a camera position linked to the people count monitor camera positions. - `peopleCountMonitorId` (string) the ID of the people count monitor the people count monitor camera position is linking. - `state` (string) People count monitor camera positions state filter. Enum: "active", "deleted" ## Response 200 fields (application/json): - `cameraPositionId` (string, required) - `deletedAt` (string,null) - `direction1` (string, required) Enum: "direction_1", "direction_2" - `id` (string,null) - `peopleCountMonitorId` (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 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields