Skip to main content
Version: Next

ChartRestApi.get_list

cache_timeoutintegernullable
certification_detailsstringnullable
certified_bystringnullable
changed_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

changed_by_name
changed_on_delta_humanized
changed_on_dttm
changed_on_utc
created_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

created_by_name
created_on_delta_humanized
dashboards object
dashboard_titlestringnullable

Possible values: <= 500 characters

idinteger
datasource_idintegernullable
datasource_name_text
datasource_typestringnullable

Possible values: <= 200 characters

datasource_url
descriptionstringnullable
description_markeddown
edit_url
form_data
idinteger
is_managed_externallyboolean
last_saved_atstring<date-time>nullable
last_saved_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

owners object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

paramsstringnullable
slice_namestringnullable

Possible values: <= 250 characters

slice_url
table object
default_endpointstringnullable
table_namestringrequired

Possible values: <= 250 characters

tags object
idinteger
namestringnullable

Possible values: <= 250 characters

type

Possible values: [1, 2, 3, 4]

thumbnail_url
url
uuidstring<uuid>nullable
viz_typestringnullable

Possible values: <= 250 characters

ChartRestApi.get_list
{
"cache_timeout": 0,
"certification_details": "string",
"certified_by": "string",
"changed_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"created_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"dashboards": {
"dashboard_title": "string",
"id": 0
},
"datasource_id": 0,
"datasource_type": "string",
"description": "string",
"id": 0,
"is_managed_externally": true,
"last_saved_at": "2024-07-29T15:51:28.071Z",
"last_saved_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"owners": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"params": "string",
"slice_name": "string",
"table": {
"default_endpoint": "string",
"table_name": "string"
},
"tags": {
"id": 0,
"name": "string"
},
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"viz_type": "string"
}