Journal
Contains all resources for journals
Retrieves a particular journal
- The right ‘Lesen’ is required for the data ‘Journal’.
Retrieves a list of all journals
- The right ‘Lesen’ is required for the data ‘Journal’.
Retrieves a list with information about the attachments of a journal
- The right ‘Lesen’ is required for the data ‘Journal’.
Retrieves a specific attachment to a journal from the database. Attachments that are not in the database (document folder or link) cannot be retrieved.
- The right ‘Lesen’ is required for the data ‘Journal’.
Adds one or more attachments to a journal. The body for the request must have the content type multipart/form-data. Each attachment forms a part and must in turn have the correct content type. Furthermore, a file name is mandatory for each attachment (ContentDisposition.FileName). The storage location is always the database. The maximum file size is specified by the IIS. The default value is 30000000 bytes (28.6 MB) and can be adjusted in the web.config under "requestLimits maxAllowedContentLength" (max. 4294967295 bytes - 4 GB). See also https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/requestlimits/
- The right ‘Anlegen’ is required for the data ‘Journal’.