🎉 Arcadia 1.0.0-beta.8(现已发布)
Arcadia

查询属性

GET
/file/v1/info

Authorization

OpenApiToken
api-token<token>

32位令牌,在控制面板《个人设置 - 令牌管理》页面获取

In: header

Query Parameters

path*string

绝对路径

Response Body

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"
}