Clone a dashboard
Dashboard Management
Clone Dashboard
Creates a deep copy of an existing dashboard including all of its charts. The cloned dashboard can be placed in the same or a different workspace. Authenticate with a tenant JWT or an API key.
POST
Clone a dashboard
Authorizations
Body
application/json
POST /v1/api/dashboard/clone Request body
ID of the dashboard to clone
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Upsolve API key, generated in the Deploy tab of the Upsolve Hub.
Minimum string length:
1The ID of the organization. Required when using Supabase JWT authentication.
The ID of the connection a guest has access to
Workspace to clone into. If omitted, clones into the same workspace as the source.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Name for the cloned dashboard. Defaults to '[original name] (Copy)'.