Skip to main content
Version: Next

ChartEntityResponseSchema

cache_timeoutinteger

Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.

certification_detailsstring

Details of the certification

certified_bystring

Person or group that has certified this chart

changed_onstring<date-time>

The ISO date that the chart was last changed.

descriptionstring

A description of the chart propose.

description_markeddownstring

Sanitized HTML version of the chart description.

form_dataobject

Form data from the Explore controls used to form the chart's data query.

idinteger

The id of the chart.

slice_namestring

The name of the chart.

slice_urlstring

The URL of the chart.

ChartEntityResponseSchema
{
"cache_timeout": 0,
"certification_details": "string",
"certified_by": "string",
"changed_on": "2024-07-29T15:51:28.071Z",
"description": "string",
"description_markeddown": "string",
"form_data": {},
"id": 0,
"slice_name": "string",
"slice_url": "string"
}