Skip to main content
POST
Append charts from another dashboard

Authorizations

authorization
string
header
required

Body

application/json

POST /v1/api/dashboard/append-charts-from Request body

sourceDashboardId
string<uuid>
required

ID of the source dashboard to copy charts from

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})$
targetDashboardId
string<uuid>
required

ID of the target dashboard to append charts to

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})$
apiKey
string

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.

Minimum string length: 1
organizationId
string

The ID of the organization. Required when using Supabase JWT authentication.

connectionId
string

The ID of the connection a guest has access to

Response

POST /v1/api/dashboard/append-charts-from Positive response

status
string
required
Allowed value: "success"
data
object
required