Skip to content
能力中心
产品中心
应用市场
WebOffice
开发者后台

查询子记录列表

标签多维表

请求说明

字段
请求地址
https://openapi.wps.cn/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/parents/{parent_id}/children
HTTP 方法
GET
接口描述
签名方式
KSO-1
限频策略
权限要求
管理多维表格(应用授权) kso.dbsheet.readwrite
查询多维表格(应用授权) kso.dbsheet.read
管理多维表格(用户授权) kso.dbsheet.readwrite
查询多维表格(用户授权) kso.dbsheet.read

路径参数 (Path)

属性名类型是否必填描述可选值
file_id
string文件ID-
sheet_id
integer数据表ID-
parent_id
string父记录ID-

查询参数 (Query)

属性名类型是否必填描述可选值
page_size
integer分页获取记录时的每页大小. 缺省值为100,取值范围1-1000。-
page_token
string分页起始位置. 当存在分页, 且未查询到最后一页或 maxRecords 记录时, 返回值会包含 next_page_token-

响应体(Response)

HTTP状态码: 200
响应体格式: application/json

没有可用的数据

响应体示例

json
{
  "data": {
    "children": [
      {
        "child_count": 0,
        "id": "string"
      }
    ],
    "next_page_token": "string"
  },
  "code": 0,
  "msg": "string"
}