File list
POST
/oauthLast modified: 10 个月前
Maintainer:
Get a list of files in the directory.
Request
Body Params multipart/form-data
module
string
required
Module name, Cannot be changed.
Example:
file_list
parent_id
integer
required
The fid of the upper directory. If you want to create it in the root directory, enter 0.
Example:
0
page
integer
required
Number of pages.
Example:
1
pagelimit
integer
required
Number of files per page.
Example:
20
order
string
required
Sorting type,Support the following sorting types:
size_asc, size_desc, name_asc, name_desc, update_asc, update_desc, ext_asc, ext_desc.
Example:
update_desc
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 个月前