Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the application to retrieve files from
Query Parameters
The path within the application to retrieve files from. If not provided, retrieves files from the root directory.
Response
Files retrieved successfully
Indicates if the current path is a directory
Example:
true
Content of the current file. If the current path is a directory, this will be null.
List of files and directories in the current path, if the current path is a directory or null if it is a file
The previous path in the file system. If the current path is the root directory, this will be null.
Example:
null
The current path in the file system
Example:
"/Database"