Fetches a directory by ID.
String ID of directory. Starts with dir_
.
Successful Response
String ID of directory. Starts with dir_
.
Name of the directory.
Path to the directory, relative to the root directory. Includes name, e.g. path/to/directory
.
List of subdirectories in the directory.
List of files in the directory.
List of parent directories of the directory.
ID of the parent directory. Will be None
if the directory is the root directory. Starts with dir_
.