latestOpenAPI 3.0.12026-08-101058136.3 KB

0fbdc2f4423a

demand-api-v2-compatible

List hotel theme types

This endpoint returns a list of hotel theme types (in English).

get/demand-api-v2-compatible/hotelThemeTypes

Query parameters

theme_idsinteger[]

Limit the results to these themes.

offsetinteger

The number of rows to offset the results by. NOTE: this needs to be 0 or a multiple of 100.

rowinteger

The maximum number of rows to return. NOTE: this needs to be a multiple of 100.

Headers

Accept'application/json'

Response

OK

Example response

{
  "result": [
    {
      "name": "Beach/Seaside"
    }
  ]
}