Table

Create Table Column

Add a new column to an existing table.

post/v1/table/{table_id}/column

Path parameters

table_idstring uuid required

UUID of the table to which the column will be added

Request body

publicIdstring uuid
namestring
kind'text' | 'datetime' | 'date' | 'link' | 'multilink' | 'select' | 'multiselect' | 'integer' | 'float' | 'percentage' | 'tag' | 'variable' | 'attachment' | 'phone' | 'email' | 'vote' | 'checkbox' | 'duration'
widthinteger
isIndexedboolean
scriptstring nullable
scriptEnabledboolean
formulastring nullable
formulaEnabledboolean
aggregateinteger
isJoinedboolean nullable
thousandSeparatorboolean
displayLinkboolean
decimalPlacesinteger
dateFormatstring nullable
headerBackgroundColorstring nullable
headerTextColorstring nullable
exportWidthinteger nullable
isSyncedboolean

Response

Successfully created the new column

metadataobject

Changes