---
title: "Adds a new layout node to a dashboard."
method: POST
path: "/dash/v{version}/Dashboards/{dashboardId}/layout-nodes"
tags: ["Dashboards"]
---

# Adds a new layout node to a dashboard.

`POST /dash/v{version}/Dashboards/{dashboardId}/layout-nodes`

## Path parameters

- `dashboardId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Request body

- BilfloApiFeaturesDashboardsAddLayoutNodeRequest
  - `parentNodeId` integer, nullable
  - `nodeType` string, nullable
  - `nodeOrder` integer
  - `title` string, nullable
  - `config` string, nullable
  - `width` integer, nullable
  - `height` integer, nullable
  - `widgetType` string, nullable

## Response `200`

Success

- DashboardsContractsModelsLayoutNodeDto
  - `nodeId` integer
  - `dashboardId` integer
  - `parentNodeId` integer, nullable
  - `nodeType` string, nullable
  - `nodeOrder` integer
  - `title` string, nullable
  - `config` string, nullable
  - `width` integer, nullable
  - `height` integer, nullable
  - `widgetType` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable
  - `children` DashboardsContractsModelsLayoutNodeDto[], nullable

## Other responses

- `400` — Bad Request

---

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