v1
latestOpenAPI 3.0.02026-07-2638801.8 MBDuplicate field
Duplicate field
Path parameters
Request body
Response
Returns duplicated field data
The id of the field.
The name of the field. can not be duplicated in the table.
The field types supported by teable.
The description of the field.
Whether this field is lookup field. witch means cellValue and [fieldType] is looked up from the linked table.
Whether this lookup field applies a conditional filter when resolving linked records.
Whether this field is not null.
Whether this field is not unique.
Whether this field is primary field.
Whether this field is computed field, you can not modify cellValue in computed field.
Whether this field's calculation is pending.
Whether This field has a configuration error. Check the fields referenced by this field's formula or configuration.
The cell value type of the field.
Whether this field has multiple cell value.
The field type of database that cellValue really store.
Field(column) name in backend database. Limitation: 1-63 characters, can only contain letters, numbers and underscore, case sensitive, cannot be duplicated with existing db field name in the table.
Field record read permission. When set to false, reading records is denied. When true or not set, reading records is allowed.
Field record create permission. When set to false, creating records is denied. When true or not set, creating records is allowed.
Example response
{
"name": "Tags",
"type": "singleSelect",
"description": "this is a summary"
}