v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table View

Add a column to a view

Add a new column to a specific table view.

post/v1/table/views/{view_id}/columns

Path parameters

view_idstring uuid required

The UUID of the table view to which a column is to 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
sortOrderinteger required
lockedboolean required
requiredboolean required
stringValidationstring nullable
validationMessagestring nullable
hardValidationboolean
validationNoBlanksboolean
validationNoDuplicatesboolean
displayValidationErrorboolean

Response

Successfully added a column to the table view.

metadataobject