Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Body

application/json

Chart data

name
string
required
type
string
required
id
string
subType
string
chartData
object
chartDataUpdated
string<date-time>
project_id
string
public
boolean
shareable
boolean
ChartDatasetConfigs
string<uuid>[]

Response

Created chart

id
string
name
string
type
enum<string>
Available options:
line,
bar,
pie,
doughnut,
radar,
polar,
table,
kpi,
avg,
gauge,
matrix,
markdown
subType
string
chartData
object
chartDataUpdated
string<date-time>
project_id
string
public
boolean
shareable
boolean
ChartDatasetConfigs
object[]