---
title: "POST /api/services/app/DashboardCustomization/AddWidget"
method: POST
path: "/api/services/app/DashboardCustomization/AddWidget"
tags: ["DashboardCustomization"]
---

# POST /api/services/app/DashboardCustomization/AddWidget

`POST /api/services/app/DashboardCustomization/AddWidget`

## Request body

- AddWidgetInput
  - `widgetId` string, nullable
  - `pageId` string, nullable
  - `dashboardName` string, nullable
  - `width` integer
  - `height` integer
  - `application` string, nullable

## Response `200`

Success

- Widget
  - `widgetId` string, nullable
  - `height` integer
  - `width` integer
  - `positionX` integer
  - `positionY` integer

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
