{
"rows": [
{
"字段名": "单元格内容"
}
]
}curl --location '/sdk/v2/api/table-api/openapi/v1/tables/tbl_xxxxxxxxxxx/rows' \
--header 'X-Shimo-Signature: {{X-Shimo-Signature}}' \
--header 'X-Shimo-Token: {{X-Shimo-Token}}' \
--header 'Content-Type: application/json' \
--data '{
"rows": [
{
"字段名": "单元格内容"
}
]
}'{
"code": 0,
"msg": "success",
"data": {
"rows": [
{
"guid": "row_xxxxxxxxxxx",
"valueMap": {
"标题": "示例文本",
"数字": 123.45,
"日期": "2026-07-07"
}
}
],
"offset": null,
"viewGuid": "viw_xxxxxxxxxxx"
}
}