{
"path": "/t",
"password": "",
"page": 1,
"per_page": 0,
"refresh": false
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api/fs/list' \
--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": {
"content": [
{
"name": "Alist V3.md",
"size": 1592,
"is_dir": false,
"modified": "2024-05-17T13:47:55.4174917+08:00",
"created": "2024-05-17T13:47:47.5725906+08:00",
"sign": "",
"thumb": "",
"type": 4,
"hashinfo": "null",
"hash_info": null
}
],
"total": 1,
"readme": "",
"header": "",
"write": true,
"provider": "Local"
}
}