Skip to content

列举成员

适用版本>=v7.0.2505b.20250529

标签多维表

请求说明

字段
请求地址
配置域名+/openapi+/v7/coop/dbsheet/{file_id}/content_permissions/subjects
HTTP 方法
GET
接口描述
签名方式
KSO-1(配置域名+/openapi不参与签名)
限频策略
权限要求
管理多维表格(应用授权) kso.dbsheet.readwrite
查询多维表格(应用授权) kso.dbsheet.read
管理多维表格(用户授权) kso.dbsheet.readwrite
查询多维表格(用户授权) kso.dbsheet.read

请求头 (Headers)

属性名类型是否必填描述可选值
X-Kso-Date
stringRFC1123 格式的日期,例: Wed, 23 Jan 2013 06:43:08 GMT-
X-Kso-Authorization
stringKSO-1 签名值,详见《签名方法》-
Authorization
string授权凭证,格式为:Bearer {access_token}-

路径参数 (Path)

属性名类型是否必填描述可选值
file_id
string文件 id-

查询参数 (Query)

属性名类型是否必填描述可选值
cloud_permission_id
integer云权限id-
permission_type
string权限组类型system, team_custom, content_custom
alias_name
string权限别名(拿不到permission_id时传递此项)manageable, viewable, editable
page_token
string分页起始位置标识,首页请求可不传,默认分页数量20个item-

响应体(Response)

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

没有可用的数据

响应体示例

json
{
  "data": {
    "next_page_token": "string",
    "subjects": [
      {
        "company_id": "string",
        "subject_avatar": "string",
        "subject_id": "string",
        "subject_name": "string",
        "subject_type": "user"
      }
    ]
  },
  "code": 0,
  "msg": "string"
}