Filemanager
The intratool FileManager is an abstraction of the filesystem of our Cloud Storage.
When interacting with files in intratool, FileManagerFiles will give information on how to receive data and where to find it.
Both FileManagerFiles and Directories represent paths on the filesystem.
Additional ValueFilters
For FileManager
routes there is a special ValueFilter available called matches_path
which enables you to filter fields by a given path
. This is commonly used when you want to retrieve information for a specific FilemanagerDirectory or FilemanagerFile.
Example: ?filter[path][matches_path]=/Lorem-impsum/
Last updated