Skip to main content
POST
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

baseId
string
requis

Corps

application/json
worksheets
object
requis
attachmentUrl
string
requis
fileType
enum<string>
requis
Options disponibles:
csv,
excel
tz
string
requis

The time zone that should be used to format dates

notification
boolean

Réponse

201 - application/json

Returns data about a table without records

id
string
requis

The id of table.

name
string
requis

The name of the table.

dbTableName
string
requis

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

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.

Dernière modification le 4 septembre 2026