This endpoint retrieves the files of an application by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the application to retrieve files from
The path within the application to retrieve files from. If not provided, retrieves files from the root directory.
Files retrieved successfully
Indicates if the current path is a directory
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.
null
The current path in the file system
"/Database"