# Get site Get all attributes of a site model given a site ID. Endpoint: GET /sites/{siteId} Version: 0.0.1 Security: o_auth ## Path parameters: - `siteId` (string, required) The ID of the site to be returned. ## 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 500 fields