You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An endpoint that allows to list files and directories in a specified path. This endpoint will return a flat list of files and directories.
VERB: GET
Path: /list
Query parameters:
Name
Value
Default value
Description
path
string
required
The path to the directory of which contents should be listed
dirs
true or false
true
Whether directories should be listed.
depth
number
1
The depth of the tree to fetch. The depth of 1 will list just the immediate contents of the provided path. Depth of 2 will also include contents of the subdirectories etc.
The text was updated successfully, but these errors were encountered:
An endpoint that allows to list files and directories in a specified path. This endpoint will return a flat list of files and directories.
GET
/list
Query parameters:
path
dirs
true
orfalse
true
depth
1
The text was updated successfully, but these errors were encountered: