returns all files of a specified folder
Request samples
curl --location --request GET 'http://localhost/~/api/get_file_list?uri&offset&limit&search&c'
Responses
application/json {
"can_archive": true,
"can_upload": true,
"can_delete": true,
"can_comment": true,
"list": [
{
"n": "string",
"c": "2019-08-24T14:15:22Z",
"m": "2019-08-24T14:15:22Z",
"s": 0,
"p": "string",
"comment": "string"
}
]
}
Modified at 2024-05-11 06:42:13