外观
公开分享浏览(仅 CONTAINER 分享)
GET
/public/s/{tenantCode}/{token}/list
授权
apiKey
类型
API Key (header: Authorization)
参数
路径参数
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
{
}