Skip to main content
GET
cURL

Yetkilendirmeler

Authorization
string
header
gerekli

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Yol Parametreleri

tableId
string
gerekli

Sorgu Parametreleri

viewId
string

The id of the view.

filterHidden
boolean | null
projection
string[]

If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained

Yanıt

200 - application/json

Returns the list of field.

id
string
gerekli

The id of the field.

name
string
gerekli

The name of the field. can not be duplicated in the table.

Örnek:

"Tags"

type
enum<string>
gerekli

The field types supported by teable.

Mevcut seçenekler:
singleLineText,
longText,
user,
attachment,
checkbox,
multipleSelect,
singleSelect,
date,
number,
rating,
formula,
rollup,
conditionalRollup,
link,
createdTime,
lastModifiedTime,
createdBy,
lastModifiedBy,
autoNumber,
button
Örnek:

"singleSelect"

options
object
gerekli

The configuration options of the field. The structure of the field's options depend on the field's type.

cellValueType
enum<string>
gerekli

The cell value type of the field.

Mevcut seçenekler:
string,
number,
boolean,
dateTime
dbFieldType
enum<string>
gerekli

The field type of database that cellValue really store.

Mevcut seçenekler:
TEXT,
INTEGER,
DATETIME,
REAL,
BLOB,
JSON,
BOOLEAN
dbFieldName
string
gerekli

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.

Minimum string length: 1
Pattern: ^\w{0,63}$
description
string

The description of the field.

Örnek:

"this is a summary"

meta
object

The metadata of the field. The structure of the field's meta depend on the field's type. Currently formula and link fields have meta.

aiConfig

The AI configuration of the field.

isLookup
boolean

Whether this field is lookup field. witch means cellValue and [fieldType] is looked up from the linked table.

isConditionalLookup
boolean

Whether this lookup field applies a conditional filter when resolving linked records.

lookupOptions
object

field lookup options.

notNull
boolean

Whether this field is not null.

unique
boolean

Whether this field is not unique.

isPrimary
boolean

Whether this field is primary field.

isComputed
boolean

Whether this field is computed field, you can not modify cellValue in computed field.

isPending
boolean

Whether this field's calculation is pending.

hasError
boolean

Whether This field has a configuration error. Check the fields referenced by this field's formula or configuration.

isMultipleCellValue
boolean

Whether this field has multiple cell value.

recordRead
boolean

Field record read permission. When set to false, reading records is denied. When true or not set, reading records is allowed.

recordCreate
boolean

Field record create permission. When set to false, creating records is denied. When true or not set, creating records is allowed.

Son değiştirilme tarihi 4 Eylül 2026