# List people count monitors Get all available occupancy monitors subject to filters. Endpoint: GET /people-count-monitors 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 monitors are linked to. - `cameraPositionId` (string) the ID of a camera position linked to the people count monitors. - `state` (string) People count monitors state. Enum: "active", "deleted" ## Response 200 fields (application/json): - `dailyResetMin` (integer,null) - `deletedAt` (string,null) - `direction1Alias` (string) - `direction2Alias` (string) - `id` (string,null) - `name` (string) - `reportingEndDate` (string,null) - `reportingStartDate` (string,null) - `siteId` (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