ChartRestApi.post
Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.
Details of the certification
Person or group that has certified this chart
The id of the dataset/datasource this new chart will use. A complete datasource identification needs datasource_id and datasource_type.
The datasource name.
The type of dataset/datasource identified on datasource_id.
Possible values: [table, dataset, query, saved_query, view]
A description of the chart propose.
Parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object for power users who may want to alter specific parameters.
The query context represents the queries that need to run in order to generate the data the visualization, and in what format the data should be returned.
The query context generation represents whether the query_contextis user generated or not so that it does not update user modifiedstate.
The name of the chart.
Possible values: non-empty and <= 250 characters
The type of chart visualization used.
Possible values: <= 250 characters
["bar","area","table"]{
"cache_timeout": 0,
"certification_details": "string",
"certified_by": "string",
"dashboards": [
0
],
"datasource_id": 0,
"datasource_name": "string",
"datasource_type": "table",
"description": "string",
"external_url": "string",
"is_managed_externally": true,
"owners": [
0
],
"params": "string",
"query_context": "string",
"query_context_generation": true,
"slice_name": "string",
"viz_type": [
"bar",
"area",
"table"
]
}