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

# Get data for Widget

`POST /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 — 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

## Changes

- **2024-06-27** `9a0be70a9533` — 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/post.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/fa8d95dfe4bb/schema)
