---
title: "List hotel theme types"
method: GET
path: "/demand-api-v2-compatible/hotelThemeTypes"
tags: ["demand-api-v2-compatible"]
---

# List hotel theme types

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

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

## Query parameters

- `hotelThemeTypeInputDTO` HotelThemeTypeInputDTO, required
  - `theme_ids` integer[] — Limit the results to these themes.
  - `offset` integer — The number of rows to offset the results by. NOTE: this needs to be 0 or a multiple of 100.
  - `row` integer — The maximum number of rows to return. NOTE: this needs to be a multiple of 100.

## Headers

- `Accept` 'application/json'

## Response `200`

OK

- ResponseOutputV2HotelThemeTypesOutputDto
  - `meta` Meta
    - `ruid` string
  - `result` HotelThemeTypesOutputDto[]
    - `theme_id` integer — Unique ID for this theme.
    - `name` string — Name of the theme.

## 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)
