查询属性
授权
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
位置: header
查询参数
path*string
绝对路径
响应体
application/json
curl -X GET "http://localhost:5678/api/open/file/v1/info?path=string"{
"type": "folder",
"name": "string",
"parent_path": "string",
"mode": "string",
"size": 0,
"display_size": "string",
"modified_time": "string",
"accessed_time": "string",
"created_time": "string",
"changed_time": "string"
}
