Skip to content

公开分享浏览(仅 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
}

试验场

服务器
授权
变量

示例

技术支持 VitePress OpenAPI