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

列举自定义角色

标签多维表

请求说明

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

路径参数 (Path)

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

响应体(Response)

状态码: 200

没有可用的数据

响应体示例

json
{
  "data": {
    "permissions": [
      {
        "cloud_permission_id": 0,
        "permission_alias_name": "string",
        "permission_name": "string",
        "permission_type": "string",
        "user_acl": {
          "comment": 0,
          "copy": 0,
          "download": 0,
          "edit_share": 0,
          "history": 0,
          "manage_perm": 0,
          "print": 0,
          "read": 0,
          "rename": 0,
          "saveas": 0,
          "share": 0,
          "update": 0
        }
      }
    ]
  },
  "code": 0,
  "msg": "string"
}