获取“我收到的”分享列表
获取“我收到的”分享列表
请求说明
请求地址 | https://openapi.wps.cn/v7/links/recv |
---|---|
请求方法 | GET |
签名方式 | KSO-1 |
权限要求 | 查询和管理文件分享(应用授权) kso.file_link.readwrite 查询和管理文件分享(用户授权) kso.file_link.readwrite |
请求头(Header)
Header 名称 | 参数类型 | 是否必填 | 说明 |
---|---|---|---|
Content-Type | string | 是 | 使用:application/json |
X-Kso-Date | string | 是 | RFC1123 格式的日期,例: Wed, 23 Jan 2013 06:43:08 GMT |
X-Kso-Authorization | string | 是 | KSO-1 签名值,详见《签名方法》 |
Authorization | string | 是 | 授权凭证,格式为:Bearer {access_token} |
查询参数(Query)
名称 | 参数类型 | 是否必填 | 说明 |
---|---|---|---|
order | object | 否 | 排序方式,默认为 desc |
order_by | object | 否 | 排序字段,默认为 mtime |
page_size | integer | 是 | 请求大小 |
page_token | string | 否 | 翻页 token |
with_permission | boolean | 否 | 是否返回文件操作权限 |
请求地址示例
[GET] https://openapi.wps.cn/v7/links/recv?order={object}&order_by={object}&page_size={integer}&page_token={string}&with_permission={boolean}
响应体
名称 | 参数类型 | 说明 |
---|---|---|
code | integer | 响应代码。非 0 表示失败,参照《状态码说明》 |
msg | string | 响应信息 |
data | object | 响应数据 |
∟ items | array[object] | 数据集合 |
∟ ∟ file | object | 文件 |
∟ ∟ ∟ created_by | object | 创建者 |
∟ ∟ ∟ ∟ avatar | string | 创建者头像 |
∟ ∟ ∟ ∟ company_id | string | 创建者企业 id |
∟ ∟ ∟ ∟ id | string | 创建者 id |
∟ ∟ ∟ ∟ name | string | 创建者名称 |
∟ ∟ ∟ ∟ type | string[enum] | 身份类型 user :用户;sp :服务主体 |
∟ ∟ ∟ ctime | integer | 创建时间 |
∟ ∟ ∟ drive | object | 盘 |
∟ ∟ ∟ ∟ allotee_id | string | 盘归属身份 id |
∟ ∟ ∟ ∟ allotee_type | string[enum] | 盘归属身份类型 user :用户;group :用户组;app :应用 |
∟ ∟ ∟ ∟ company_id | string | 企业 id |
∟ ∟ ∟ ∟ created_by | object | 创建者 |
∟ ∟ ∟ ∟ ctime | integer | 创建时间 |
∟ ∟ ∟ ∟ description | string | 盘描述 |
∟ ∟ ∟ ∟ ext_attrs | array[object] | 盘扩展属性 |
∟ ∟ ∟ ∟ id | string | 驱动盘 id |
∟ ∟ ∟ ∟ mtime | integer | 修改时间 |
∟ ∟ ∟ ∟ name | string | 驱动盘名称 |
∟ ∟ ∟ ∟ quota | object | 盘容量 |
∟ ∟ ∟ ∟ source | string | 盘来源 |
∟ ∟ ∟ ∟ status | string[enum] | 盘状态 inuse :使用中;deleted :已删除 |
∟ ∟ ∟ drive_id | string | 盘 id |
∟ ∟ ∟ ext_attrs | array[object] | 文件扩展属性 |
∟ ∟ ∟ ∟ name | string | 属性名 |
∟ ∟ ∟ ∟ value | string | 属性值 |
∟ ∟ ∟ id | string | id |
∟ ∟ ∟ link_id | string | 分享 id |
∟ ∟ ∟ link_url | string | 分享链接 url |
∟ ∟ ∟ modified_by | object | 修改者 |
∟ ∟ ∟ ∟ avatar | string | 修改者头像 |
∟ ∟ ∟ ∟ company_id | string | 修改者企业 id |
∟ ∟ ∟ ∟ id | string | 修改者 id |
∟ ∟ ∟ ∟ name | string | 修改者名称 |
∟ ∟ ∟ ∟ type | string[enum] | 身份类型 user :用户;sp :服务主体 |
∟ ∟ ∟ mtime | integer | 修改时间 |
∟ ∟ ∟ name | string | 名称 |
∟ ∟ ∟ parent_id | string | 父路径 id |
∟ ∟ ∟ permission | object | 文件权限 |
∟ ∟ ∟ ∟ comment | boolean | 评论 |
∟ ∟ ∟ ∟ copy | boolean | 复制 |
∟ ∟ ∟ ∟ copy_content | boolean | 内容复制 |
∟ ∟ ∟ ∟ delete | boolean | 文件删除 |
∟ ∟ ∟ ∟ download | boolean | 下载 |
∟ ∟ ∟ ∟ history | boolean | 历史版本,仅公网支持 |
∟ ∟ ∟ ∟ move | boolean | 文件移动 |
∟ ∟ ∟ ∟ new_empty | boolean | 新建 |
∟ ∟ ∟ ∟ perm_ctl | boolean | 权限管理 |
boolean | 打印 | |
∟ ∟ ∟ ∟ rename | boolean | 文件重命名 |
∟ ∟ ∟ ∟ saveas | boolean | 另存为,仅公网支持 |
∟ ∟ ∟ ∟ secret | boolean | 安全文档,仅公网支持 |
∟ ∟ ∟ ∟ share | boolean | 分享 |
∟ ∟ ∟ ∟ update | boolean | 编辑 / 更新 |
∟ ∟ ∟ ∟ upload | boolean | 上传:手动上传新版本 |
∟ ∟ ∟ shared | boolean | 是否开启分享 当 link.status=open 时,shared 为 true ,其他结果为 false 。若调用方想提前知道文档是否分享但又不想额外调用分享信息,可使用此字段 |
∟ ∟ ∟ size | integer | 大小 |
∟ ∟ ∟ type | string | 文件类型folder :文件夹;file :文件;shortcut :快捷方式 |
∟ ∟ ∟ version | integer | 版本 |
∟ ∟ recv_time | integer | 接收时间 |
∟ next_page_token | string | 下一页 token |
more | object | 更多的错误信息 |
响应体示例
json
{
"code": 0,
"data": {
"items": [
{
"file": {
"created_by": {
"avatar": "string",
"company_id": "string",
"id": "string",
"name": "string",
"type": "string[enum]"
},
"ctime": 0,
"drive": {
"allotee_id": "string",
"allotee_type": "string[enum]",
"company_id": "string",
"created_by": "object",
"ctime": 0,
"description": "string",
"ext_attrs": [],
"id": "string",
"mtime": 0,
"name": "string",
"quota": "object",
"source": "string",
"status": "string[enum]"
},
"drive_id": "string",
"ext_attrs": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"link_id": "string",
"link_url": "string",
"modified_by": {
"avatar": "string",
"company_id": "string",
"id": "string",
"name": "string",
"type": "string[enum]"
},
"mtime": 0,
"name": "string",
"parent_id": "string",
"permission": {
"comment": false,
"copy": false,
"copy_content": false,
"delete": false,
"download": false,
"history": false,
"move": false,
"new_empty": false,
"perm_ctl": false,
"print": false,
"rename": false,
"saveas": false,
"secret": false,
"share": false,
"update": false,
"upload": false
},
"shared": false,
"size": 0,
"type": "string",
"version": 0
},
"recv_time": 0
}
],
"next_page_token": "string"
},
"msg": "string"
}