---
title: "Gets the details about a widget gallery item."
method: GET
path: "/habpanel/gallery/{galleryName}/widgets/{id}"
tags: ["habpanel"]
---

# Gets the details about a widget gallery item.

`GET /habpanel/gallery/{galleryName}/widgets/{id}`

## Path parameters

- `galleryName` string, required
- `id` string, required

## Response `200`

OK

- GalleryItem
  - `id` string
  - `title` string
  - `description` string
  - `likes` integer
  - `views` integer
  - `posts` integer
  - `imageUrl` string
  - `author` string
  - `authorName` string
  - `authorAvatarUrl` string
  - `createdDate` string, date-time
  - `updatedDate` string, date-time
  - `readme` string

## Other responses

- `404` — Unknown gallery or gallery item not 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)
