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[]
  • Array [
  • 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
    editors object[]
  • Array [
  • idinteger
    labelstringrequired

    Possible values: <= 255 characters

    typeintegerrequired
  • ]
  • 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

    paramsstringnullable
    slice_namestringnullable

    Possible values: <= 250 characters

    slice_url
    table object
    default_endpointstringnullable
    table_namestringrequired

    Possible values: <= 250 characters

    tags object[]
  • Array [
  • idinteger
    namestringnullable

    Possible values: <= 250 characters

    typestring

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

  • ]
  • thumbnail_url
    url
    uuidstring<uuid>nullable
    viewers object[]
  • Array [
  • idinteger
    labelstringrequired

    Possible values: <= 255 characters

    typeintegerrequired
  • ]
  • 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",
    "editors": [
    {
    "id": 0,
    "label": "string",
    "type": 0
    }
    ],
    "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"
    },
    "params": "string",
    "slice_name": "string",
    "table": {
    "default_endpoint": "string",
    "table_name": "string"
    },
    "tags": [
    {
    "id": 0,
    "name": "string"
    }
    ],
    "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "viewers": [
    {
    "id": 0,
    "label": "string",
    "type": 0
    }
    ],
    "viz_type": "string"
    }