# Retrieve features and facilities for a unit type Fetch the list of features and facilities associated with a specific unit type within the Property Management System (PMS). This endpoint provides detailed information about the amenities and characteristics available for a particular unit type. The response includes a comprehensive list of features and facilities that help define the unit type's offerings. If the specified unit type ID does not exist, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: GET /api/v3/unitTypes/{id}/featuresFacilities Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique identifier of the unit type ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier for the feature/facility Example: 1 - `content.category` (string) Category of the feature/facility Example: "Amenity" - `content.iconClass` (string) CSS class name for the feature/facility icon Example: "icon-wifi" - `content.name` (string) Name of the feature/facility in primary language Example: "Wi-Fi" - `content.nameLang2` (string) Name of the feature/facility in secondary language Example: "Wi-Fi" - `content.nameLang3` (string) Name of the feature/facility in tertiary language Example: "WLAN" - `content.nameLang4` (string) Name of the feature/facility in quaternary language Example: "Wi-Fi" - `content.nameLang5` (string) Name of the feature/facility in quinary language Example: "Wi-Fi" - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)