Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
params for create a table
The name of the table.
1
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.
The description of the table.
The emoji icon string of the table.
The fields of the table. If it is empty, 3 fields include SingleLineText, Number, SingleSelect will and 3 empty records be generated by default.
The views of the table. If it is empty, a grid view will be generated by default.
The record data of the table. If it is empty, 3 empty records will be generated by default.
[
{
"fields": { "single line text": "text value" }
}
]
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
id
, name
, dbFieldName
Response
Returns data about a table.
Complete table structure data and initial record data.
The id of table.
The name of the table.
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.
The fields of the table.
The views of the table.
The records of the table.
The description of the table.
The emoji icon string of the table.
The last modified time of the table.
The default view id of the table.