List fields
Retrieve a list of fields in a table with optional filtering
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
The id of the view.
If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained
Response
The id of the field.
The name of the field. can not be duplicated in the table.
The field types supported by teable.
singleLineText
, longText
, user
, attachment
, checkbox
, multipleSelect
, singleSelect
, date
, number
, duration
, rating
, formula
, rollup
, count
, link
, createdTime
, lastModifiedTime
, createdBy
, lastModifiedBy
, autoNumber
, button
The configuration options of the field. The structure of the field's options depend on the field's type.
The cell value type of the field.
string
, number
, boolean
, dateTime
The field type of database that cellValue really store.
TEXT
, INTEGER
, DATETIME
, REAL
, BLOB
, JSON
, BOOLEAN
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.
1
The description of the field.
Whether this field is lookup field. witch means cellValue and [fieldType] is looked up from the linked table.
field lookup options.
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.
Whether this field has multiple cell value.