For the complete documentation index, see llms.txt. This page is also available as Markdown.

Filemanager

FilemanagerDirectories define the visible directory hierarchy and its user or department assignments. Their paths control access to nested directories and FilemanagerFiles.

FilemanagerFiles store file metadata and expose access-checked URLs for displaying or downloading their content.

Path Filters

Filemanager list and count endpoints extend Result Control with path-aware filters:

  • filter[path][matches_path] - Direct children of a directory path.

  • filter[path][matches_path_recursive] - A directory path and its complete subtree.

  • filter[path][ignore_paths] - Exclude one or more directory subtrees.

Last updated