Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio

Corpo

application/json

params for create a table

name
string
Minimum string length: 1
dbTableName
string

Table name in backend database. Limitation: 1-63 characters, start with letter, can only contain letters, numbers and underscore, case insensitive, cannot be duplicated with existing db table name in the base.

Pattern: ^[a-z]\w{0,62}$/i
description
string | null

The description of the table.

icon
string<emoji> | null

The emoji icon string of the table.

fields
object[]

The fields of the table. If it is empty, 3 fields include SingleLineText, Number, SingleSelect will and 3 empty records be generated by default.

views
object[]

The views of the table. If it is empty, a grid view will be generated by default.

records
object[]

The record data of the table. If it is empty, 3 empty records will be generated by default.

Esempio:
order
number
fieldKeyType
enum<string>
predefinito:name

Define the key type of record.fields[key], You can click "systemInfo" in the field edit box to get fieldId or enter the table design screen with all the field details

Opzioni disponibili:
id,
name,
dbFieldName

Risposta

201 - application/json

Returns data about a table.

Complete table structure data and initial record data.

id
string
obbligatorio

The id of table.

name
string
obbligatorio

The name of the table.

dbTableName
string
obbligatorio

Table name in backend database. Limitation: 1-63 characters, start with letter, can only contain letters, numbers and underscore, case insensitive, cannot be duplicated with existing db table name in the base.

Pattern: ^[a-z]\w{0,62}$/i
fields
object[]
obbligatorio

The fields of the table.

views
object[]
obbligatorio

The views of the table.

records
object[]
obbligatorio

The records of the table.

description
string

The description of the table.

icon
string<emoji>

The emoji icon string of the table.

order
number
lastModifiedTime
string

The last modified time of the table.

defaultViewId
string

The default view id of the table.

Ultima modifica il 4 settembre 2026