dashboards

Duplicate Dashboard

Duplicate a dashboard + its widgets into a new EDITABLE dashboard.

The copy lands in the same section, appended after its siblings. It is never a built-in (is_category_system_dashboard=False), never a default (is_category_default / is_default=False), and its widgets are editable (is_system=False) — Duplicate is the only action offered on a built-in, and its whole point is an editable copy. Widget provenance (source_*) is kept.

post/api/v1/dashboards/{dashboard_id}/duplicate

Path parameters

dashboard_idstring uuid required

Response

Successful Response

idstring uuid required
namestring required
is_defaultboolean required
kindstring nullable
category_idstring uuid nullable
sort_orderinteger
is_category_system_dashboardboolean
is_category_defaultboolean
default_date_rangestring nullable required
created_by_user_idstring uuid nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.