List BI Columns
See Data -> Catalog / List Columns for more details.
GET
/
data
/
projects
/
{projectId}
/
bitable
/
{tableName}
/
columns
Response
200 - */*
The id of the column.
The name of the column.
The data type of the column.
The display name of the column.
The default value of the column.
The not null flag for the column.
The unique flag for the column.