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

---

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