---
title: "Get all available module types."
method: GET
path: "/module-types"
tags: ["module-types"]
---

# Get all available module types.

`GET /module-types`

## Query parameters

- `tags` string
- `type` string

## Headers

- `Accept-Language` string

## Response `200`

OK

- ModuleTypeDTO[]
  - `uid` string
  - `visibility` 'VISIBLE' | 'HIDDEN' | 'EXPERT'
  - `tags` string[]
  - `label` string
  - `description` string
  - `configDescriptions` ConfigDescriptionParameterDTO[]
    - `context` string
    - `defaultValue` string
    - `description` string
    - `label` string
    - `name` string
    - `required` boolean
    - `type` 'TEXT' | 'INTEGER' | 'DECIMAL' | 'BOOLEAN'
    - `min` number
    - `max` number
    - `stepsize` number
    - `pattern` string
    - `readOnly` boolean
    - `multiple` boolean
    - `multipleLimit` integer
    - `groupName` string
    - `advanced` boolean
    - `verify` boolean
    - `limitToOptions` boolean
    - `unit` string
    - `unitLabel` string
    - `options` ParameterOptionDTO[]
      - `label` string
      - `value` string
    - `filterCriteria` FilterCriteriaDTO[]
      - `value` string
      - `name` string

---

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