{
"baseGuid": "base_xxxxxxxxxxx",
"name": "数据表 1",
"cols": [
{
"name": "标题",
"type": "text",
"props": {}
}
],
"withoutInitRows": false
}curl --location '/sdk/v2/api/table-api/openapi/v1/tables' \
--header 'X-Shimo-Signature: {{X-Shimo-Signature}}' \
--header 'X-Shimo-Token: {{X-Shimo-Token}}' \
--header 'Content-Type: application/json' \
--data '{
"baseGuid": "base_xxxxxxxxxxx",
"name": "数据表 1",
"cols": [
{
"name": "标题",
"type": "text",
"props": {}
}
],
"withoutInitRows": false
}'{
"code": 0,
"msg": "success",
"data": {
"guid": "tbl_xxxxxxxxxxx",
"baseGuid": "base_xxxxxxxxxxx",
"name": "数据表 1",
"desc": "",
"order": 1,
"createdAt": "2026-07-07T14:00:00+08:00",
"createdBy": 123456,
"updatedAt": "2026-07-07T14:00:00+08:00",
"syncedConfig": null,
"milestones": {},
"tableType": 0,
"formGuid": "",
"refreshInterval": 0,
"positions": [],
"isMotable": true,
"urls": [],
"deletedRows": [],
"defaultViewGuid": "viw_xxxxxxxxxxx"
}
}