returns all files of a specified folder
Request Code Samples
curl --location --request GET 'http://localhost/~/api/get_file_list?uri&offset&limit&search&c'
Responses
application/json
all files accordingly to the specified parameters
{
"can_archive": true,
"can_upload": true,
"can_delete": true,
"can_comment": true,
"list": [
{
"n": "string",
"c": "2019-08-24T14:15:22.123Z",
"m": "2019-08-24T14:15:22.123Z",
"s": 0,
"p": "string",
"comment": "string"
}
]
}
Modified at 2026-03-24 12:02:39