获取文件列表
Authorization
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
In: header
Query Parameters
path*string
绝对路径
showCount?string
是否返回目录子项数量,1 返回、0 不返回,默认 0
Response Body
application/json
curl -X GET "https://example.com/file/v1/list?path=string"{ "path": "string", "title": "string", "type": "folder", "updated_at": "string", "created_at": "string", "children": [ { "path": "string", "name": "string", "type": "folder", "updated_at": "string", "created_at": "string", "count": 0 } ], "count": 0}
