# List sites List all the sites in the portfolio along with the organisations that own them. Endpoint: GET /sites Version: 0.0.1 Security: o_auth ## Query parameters: - `organisationId` (string) The ID of an organisation. - `userId` (string) The ID of a user. - `state` (string) Site state. Enum: "active", "deleted" ## Response 200 fields (application/json): - `address` (string) - `id` (string,null) - `name` (string, required) - `openingHour` (object,null) - `organisationId` (string) - `state` (string) Enum: "active", "deleted" - `tz` (string) ## 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