---
title: "Get data for Widget"
method: GET
path: "/playlist/widget/data/{id}"
tags: ["widget"]
---

# Get data for Widget

`GET /playlist/widget/data/{id}`

Return all of the fallback data currently assigned to this Widget

## Path parameters

- `id` integer, required

## Response `201`

successful operation

- WidgetData[]
  - `id` integer, nullable — The ID
  - `widgetId` integer — The Widget ID
  - `data` string[] — Array of data properties depending on the widget data type this data is for
  - `displayOrder` integer — The Display Order
  - `createdDt` string, nullable — The datetime this entity was created
  - `modifiedDt` string, nullable — The datetime this entity was last modified

## Changes

- **2026-02-25** `41c04de98ec5` — 1 info
  - added the media type `application/json` for the response with the status `201`
- **2025-01-30** `02a47f5c6345` — 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/playlist/widget/data/: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)
