curl --location '/sdk/v2/api/table-api/openapi/v1/tables/tbl_xxxxxxxxxxx/columns' \
--header 'X-Shimo-Signature: {{X-Shimo-Signature}}' \
--header 'X-Shimo-Token: {{X-Shimo-Token}}'{
"code": 0,
"msg": "success",
"data": [
{
"name": "标题",
"type": "SingleLineText",
"props": null,
"guid": "0nw3NOVf2O5"
},
{
"name": "描述",
"type": "LongText",
"props": {
"enableRichText": true
},
"guid": "eiKXVW9qPFS"
},
{
"name": "文件材料",
"type": "Attachment",
"props": null,
"guid": "Ba41g0q7tSL"
},
{
"name": "选项",
"type": "SingleChoice",
"props": {
"choiceOrder": [],
"choices": {},
"disableColors": false,
"allowAutoAdd": true,
"defaultChoices": null
},
"guid": "RvQTvezJGI9"
},
{
"name": "项目链接",
"type": "Link",
"props": null,
"guid": "fcd6rXx0rpF"
}
]
}