外观
公开分享浏览(仅 CONTAINER 分享)
GET
/public/s/{tenantCode}/{token}/list
参数
请求头参数
Authorization
访问令牌以 Bearer 方案在 HTTP Authorization 请求头携带。请在此填入完整值(含 Bearer 前缀),例如:Bearer <accessToken>。
类型
string
示例
"Bearer <accessToken>"路径参数
tenantCode*
类型
必填string
token*
类型
必填string
查询参数
path
类型
string
page
类型
integer
格式
"int32"size
类型
integer
格式
"int32"响应
OK
*/*
JSON "code": 0, "data": { "containerName": "string", "subPath": "string", "page": 0, "size": 0, "total": 0, "items": [ { "kind": "string", "containerId": "string", "docId": "string", "name": "string", "hasChildren": true, "sizeBytes": 0, "mimeType": "string" } ] }, "ts": 0, "rid": "string", "msg": "string", "success": true
{
}