---
title: "Get all available firmwares for provided thing UID"
method: GET
path: "/things/{thingUID}/firmwares"
tags: ["things"]
---

# Get all available firmwares for provided thing UID

`GET /things/{thingUID}/firmwares`

## Path parameters

- `thingUID` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- FirmwareDTO[]
  - `thingTypeUID` string
  - `vendor` string
  - `model` string
  - `modelRestricted` boolean
  - `description` string
  - `version` string
  - `changelog` string
  - `prerequisiteVersion` string

## Other responses

- `204` — No firmwares found.

---

[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/versions/0f2ce17cab3e/schema)
