---
title: "Gets all available thing types without config description, channels and properties."
method: GET
path: "/thing-types"
tags: ["thing-types"]
---

# Gets all available thing types without config description, channels and properties.

`GET /thing-types`

## Query parameters

- `bindingId` string

## Headers

- `Accept-Language` string

## Response `200`

OK

- StrippedThingTypeDTO[]
  - `UID` string
  - `label` string
  - `description` string
  - `category` string
  - `listed` boolean
  - `supportedBridgeTypeUIDs` string[]
  - `bridge` boolean

---

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