Append Charts from Dashboard
Copies all charts from a source dashboard and appends them to a target dashboard. Charts are deep-copied (new IDs) and positioned below existing charts in the target. Authenticate with a tenant JWT or an API key.
Authorizations
Body
POST /v1/api/dashboard/append-charts-from Request body
ID of the source dashboard to copy charts from
^([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})$ID of the target dashboard to append charts to
^([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 under Account → Developer settings in the Upsolve Hub. Keys are user-scoped: pass organizationId alongside the key to select which org to act on.
1The ID of the organization. Required when using Supabase JWT authentication.
The ID of the connection a guest has access to