---
title: "Get Module Properties"
method: GET
path: "/module/properties/{id}"
tags: ["module"]
---

# Get Module Properties

`GET /module/properties/{id}`

Get a module properties which are needed to for the editWidget call

## Path parameters

- `id` string, required

## Response `200`

successful operation

- Property — A Property
  - `id` string — ID, saved as a widget option
  - `type` string — Type, determines the field type
  - `title` string — Title: shown in the property panel
  - `helpText` string — Help Text: shown in the property panel
  - `default` string — An optional default value

## Changes

- **2026-02-25** `41c04de98ec5` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2023-09-20** `0e001cade80d` — 1 info
  - endpoint added
- **2020-02-17** `8e1275395104` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/module/properties/:id/get.md)

---

[API](https://skmtc.dev/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.dev/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/9136e3c2cb1d/schema)
