latestOpenAPI 3.0.12026-08-101058136.3 KB

0fbdc2f4423a

demand-api-v2-compatible

List facility room types

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

get/demand-api-v2-compatible/hotelFacilityTypes

Query parameters

facility_type_idsinteger[]

Limit the results to these facility types.

hotel_facility_type_idsinteger[]

Limit the results to these hotel facility types.

languagesstring[]

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

OK

Example response

{
  "result": [
    {
      "name": "Parking"
    }
  ]
}