Skip to main content
POST
cURL

承認

Authorization
string
header
必須

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

パスパラメータ

baseId
string
必須

ボディ

application/json
worksheets
object
必須
attachmentUrl
string
必須
fileType
enum<string>
必須
利用可能なオプション:
csv,
excel
tz
string
必須

The time zone that should be used to format dates

notification
boolean

レスポンス

201 - application/json

Returns data about a table without records

id
string
必須

The id of table.

name
string
必須

The name of the table.

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

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.

最終更新日 2026年9月4日