{
"path": "/t",
"password": "",
"page": 1,
"per_page": 0,
"refresh": false
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api/fs/get' \
--header 'Authorization: {{alist_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "/t",
"password": "",
"page": 1,
"per_page": 0,
"refresh": false
}'
{
"code": 200,
"message": "success",
"data": {
"name": "Alist V3.md",
"size": 2618,
"is_dir": false,
"modified": "2024-05-17T16:05:36.4651534+08:00",
"created": "2024-05-17T16:05:29.2001008+08:00",
"sign": "",
"thumb": "",
"type": 4,
"hashinfo": "null",
"hash_info": null,
"raw_url": "http://127.0.0.1:5244/p/local/Alist%20V3.md",
"readme": "",
"header": "",
"provider": "Local",
"related": null
}
}