---
title: "Gets a dashboard by ID with its complete layout."
method: GET
path: "/dash/v{version}/Dashboards/{dashboardId}"
tags: ["Dashboards"]
---

# Gets a dashboard by ID with its complete layout.

`GET /dash/v{version}/Dashboards/{dashboardId}`

## Path parameters

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

## Headers

- `company-id` string, required

## Response `200`

Success

- DashboardsContractsModelsDashboardWithLayoutDto
  - `dashboard` DashboardsContractsModelsDashboardDto
    - `dashboardId` integer
    - `companyId` string, uuid
    - `name` string, nullable
    - `description` string, nullable
    - `createdBy` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable
    - `isActive` boolean
  - `layoutNodes` DashboardsContractsModelsLayoutNodeDto[], nullable
    - `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

- `404` — Not Found

---

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