Skip to main content
Version: Next

DatasetRestApi.get.TableColumn

advanced_data_typestringnullable

Possible values: <= 255 characters

changed_onstring<date-time>nullable
column_namestringrequired

Possible values: <= 255 characters

created_onstring<date-time>nullable
descriptionstringnullable
expressionstringnullable
extrastringnullable
filterablebooleannullable
groupbybooleannullable
idinteger
is_activebooleannullable
is_dttmbooleannullable
python_date_formatstringnullable

Possible values: <= 255 characters

typestringnullable
type_generic
uuidstring<uuid>nullable
verbose_namestringnullable

Possible values: <= 1024 characters

DatasetRestApi.get.TableColumn
{
"advanced_data_type": "string",
"changed_on": "2024-07-29T15:51:28.071Z",
"column_name": "string",
"created_on": "2024-07-29T15:51:28.071Z",
"description": "string",
"expression": "string",
"extra": "string",
"filterable": true,
"groupby": true,
"id": 0,
"is_active": true,
"is_dttm": true,
"python_date_format": "string",
"type": "string",
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"verbose_name": "string"
}