# List hotel theme types

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

Endpoint: GET /demand-api-v2-compatible/hotelThemeTypes
Version: 1.1
Security: BearerAuth

## Query parameters:

  - `hotelThemeTypeInputDTO` (object, required)

## Header parameters:

  - `Accept` (string)
    Enum: "application/json"

## Response 200 fields (application/json):

  - `meta` (object)

  - `meta.ruid` (string)

  - `result` (array)

  - `result.theme_id` (integer)
    Unique ID for this theme.

  - `result.name` (string)
    Name of the theme.
    Example: "Beach/Seaside"


