---
title: "POST /dashboard/store/{dashboardId}"
method: POST
path: "/dashboard/store/{dashboardId}"
tags: ["Dashboard"]
---

# POST /dashboard/store/{dashboardId}

`POST /dashboard/store/{dashboardId}`

Add new dashboard

## Path parameters

- `dashboardId` string, required — the ID of dashboard

## Request body

- DashboardElement
  - `cssclass` string
  - `href` string
  - `id` string
  - `name` string
  - `owner` string
  - `param` string
  - `shared` boolean
  - `type` integer
  - `weight` number, double

## Response `200`

SuccessResponse

- SuccessResponse
  - `count` integer, required — count elements in data
  - `data` object, required — data in JSON format type: object
  - `message` string, required — the message for user

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/versions/2f261ecc6074/schema)
