v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dashboards

Add Widgets to Dashboard

post/console/v1/dashboards/{id}/widgets

Path parameters

idstring required

id

Request body

max_colsinteger

Response

Add dashboard widgets response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Dashboard Widgets Added Successfully",
  "data": {
    "ids": [
      "widget_id"
    ]
  }
}