Files

Introduction

The files route is used to output the file content of a specific FilemanagerFile.

When the file is retrieved, it is checked whether the user has the permissions for the respective file.

To ensure that a file is visible to e.g. all assigned Departments of an InfoboardPost, the file should be shared via SharedItems.

Show

Show the content of a FilemanagerFile by id.

Definition

GET /files/{id}

This routes content type depends on the file's content disposition retrieved from the filesystem.

Last updated