# Retrieve list of feature facilities Fetch a comprehensive list of feature facilities available within the PMS. The response includes details for each feature facility, such as its name, unique identifier, and operational status. This endpoint is useful for managing property inventories and facilitating searches across multiple feature facilities. Endpoint: GET /api/v3/featureFacilities Version: 3.0.4 Security: OAuth2 ## Query parameters: - `pageable` (object, required) ## 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)