Skip to main content
Version: Next

Dashboards

Create, read, update, and delete dashboards.

MethodEndpointPath
DELETEBulk delete dashboards/api/v1/dashboard/
GETGet a list of dashboards/api/v1/dashboard/
POSTCreate a new dashboard/api/v1/dashboard/
GETGet metadata information about this API resource (dashboard--info)/api/v1/dashboard/_info
GETGet a dashboard detail information/api/v1/dashboard/{id_or_slug}
GETGet a dashboard's chart definitions./api/v1/dashboard/{id_or_slug}/charts
POSTCreate a copy of an existing dashboard/api/v1/dashboard/{id_or_slug}/copy/
GETGet dashboard's datasets/api/v1/dashboard/{id_or_slug}/datasets
DELETEDelete a dashboard's embedded configuration/api/v1/dashboard/{id_or_slug}/embedded
GETGet the dashboard's embedded configuration/api/v1/dashboard/{id_or_slug}/embedded
POSTSet a dashboard's embedded configuration/api/v1/dashboard/{id_or_slug}/embedded
PUTUpdate dashboard by id_or_slug embedded/api/v1/dashboard/{id_or_slug}/embedded
GETGet dashboard's tabs/api/v1/dashboard/{id_or_slug}/tabs
DELETEDelete a dashboard/api/v1/dashboard/{pk}
PUTUpdate a dashboard/api/v1/dashboard/{pk}
POSTCompute and cache a screenshot (dashboard-pk-cache-dashboard-screenshot)/api/v1/dashboard/{pk}/cache_dashboard_screenshot/
PUTUpdate colors configuration for a dashboard./api/v1/dashboard/{pk}/colors
DELETERemove the dashboard from the user favorite list/api/v1/dashboard/{pk}/favorites/
POSTMark the dashboard as favorite for the current user/api/v1/dashboard/{pk}/favorites/
PUTUpdate native filters configuration for a dashboard./api/v1/dashboard/{pk}/filters
GETGet a computed screenshot from cache (dashboard-pk-screenshot-digest)/api/v1/dashboard/{pk}/screenshot/{digest}/
GETGet dashboard's thumbnail/api/v1/dashboard/{pk}/thumbnail/{digest}/
GETDownload multiple dashboards as YAML files/api/v1/dashboard/export/
GETCheck favorited dashboards for current user/api/v1/dashboard/favorite_status/
POSTImport dashboard(s) with associated charts/datasets/databases/api/v1/dashboard/import/
GETGet related fields data (dashboard-related-column-name)/api/v1/dashboard/related/{column_name}