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
viewpointSyncedinteger
viewpointRfisSyncedinteger
autodeskBim360Syncedinteger
autodeskBim360ChecklistsSyncedinteger
autodeskBim360IssuesSyncedinteger
autodeskBim360ModelsSyncedinteger
autodeskBim360UsersSyncedinteger
procoreSyncedinteger
aconexSyncedinteger
aconexWorkflowsSyncedinteger
asiteDocumentsSyncedinteger
asiteFormsSyncedinteger
mortaSyncedinteger
reviztoIssuesSyncedinteger
headerBackgroundColorstring nullable
headerTextColorstring nullable
exportWidthinteger nullable

Response

Successfully created the new column

metadataobject

Changes