Dashboard
GET
5 endpoints
/api/v3/dashboard/{dashboardId}/share
GetDashboardShareV3
Retrieves the sharing configuration for a dashboard including shared users and user groups.
/api/v3/dashboard
GetDashboardsV3
Retrieves a filtered list of dashboards accessible to the current user.
/api/v3/dashboard/{dashboardId}
GetDashboardV3
Retrieves a single dashboard by its unique identifier.
/api/v3/dashboard/{dashboardId}/widget
GetDashboardWidgetsV3
Retrieves all widgets configured on a dashboard.
/api/v202208/dashboard/{dashboardId}/mapsetting
GetMapDashboardSettingsV202208
Retrieves display settings and filters for a map dashboard.
POST
3 endpoints
/api/v3/dashboard/{dashboardId}/widget
AddWidgetV3
Adds a new widget to a dashboard with specified filters and position.
/api/v3/dashboard/{dashboardId}/copy
CopyDashboardV3
Creates a copy of an existing dashboard including all its widgets and filters.
/api/v3/dashboard
CreateDashboardV3
Creates a new dashboard of the specified type (Standard or Map).
PUT
7 endpoints
/api/v3/dashboard/{dashboardId}/visible
DashboardActionVisibleV3
Toggles visibility of a shared dashboard for the current user.
/api/v202208/dashboard/{dashboardId}/publicsetting
EditDashboardSettingsV202208
Updates the public display settings for a dashboard including global filter visibility and fixed filter values.
/api/v3/dashboard/{dashboardId}/share
EditDashboardShareV3
Updates the sharing configuration for a dashboard.
/api/v3/dashboard/{dashboardId}
EditDashboardV3
Updates a dashboard's name, description, type, and public flag.
/api/v202208/dashboard/{dashboardId}/widget
EditDashboardWidgetsV202208
Reorders, edits, and deletes widgets on a dashboard in a single batch operation.
/api/v3/dashboard/{dashboardId}/widget
Deprecated
EditDashboardWidgetsV3
Reorders, edits, and deletes widgets on a dashboard in a single batch operation.
/api/v202208/dashboard/{dashboardId}/mapsetting
EditMapDashboardSettingsV202208
Updates display settings and filters on a map dashboard.