Create a column
This endpoint allows CORS requests
Request body
Table ID
View ID
Title
Technical name of the column
Column main type
Column sub type
Is the column mandatory
Description
Prefix if the column is a number field
Suffix if the column is a number field
Default number, if column is a number
Min value, if column is a number
Max number, if column is a number
Number of decimals, if column is a number
Default text, if column is a text
Allowed pattern (regex) for text columns (not yet implemented)
Max length, if column is a text
Whether the text value must be unique, if column is a text
Options for a selection (json array{id: int, label: string})
Default option IDs for a selection (json list<int>)
Default value, if column is datetime
Default value, if column is usergroup (json array{id: string, type: int})
Can select multiple users or/and groups, if column is usergroup
Can select users, if column type is usergroup
Can select groups, if column type is usergroup
Can select teams, if column type is usergroup
Whether to show the user's status, if column type is usergroup
View IDs where this column should be added to be presented
Custom settings for the column
Response
Column created