---
title: "List facility room types"
method: GET
path: "/demand-api-v2-compatible/hotelFacilityTypes"
tags: ["demand-api-v2-compatible"]
---

# List facility room types

`GET /demand-api-v2-compatible/hotelFacilityTypes`

This endpoint returns room facility types names and their translations (EN is default).

## Query parameters

- `hotelFacilityInputDto` HotelFacilityInputDto, required
  - `facility_type_ids` integer[] — Limit the results to these facility types.
  - `hotel_facility_type_ids` integer[] — Limit the results to these hotel facility types.
  - `languages` string[] — Limit the results to these languages. Please check the "Possible Values" section of the documentation for the accepted language codes.

## Headers

- `Accept` 'application/json'

## Response `200`

OK

- ResponseOutputV2HotelFacilityTypeOutputDto
  - `meta` Meta
    - `ruid` string
  - `result` HotelFacilityTypeOutputDto[]
    - `hotel_facility_type_id` integer — Unique ID of the hotel facility type.
    - `facility_type_id` integer — The type of facility this is, mapped from FacilityTypes.
    - `name` string — The name of this facility type in english.
    - `translations` TranslationDto[] — The fields and their translations in various languages. They are only shown if we have the translations available.
      - `language` string
      - `name` string

## Other responses

- `400` — Invalid input, e.g. a missing, invalid, unknown, or conflicting parameter.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/booking/apis/connect-api.md) · [All operations](https://skmtc.net/booking/apis/connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/connect-api/revisions/0fbdc2f4423a/schema)
