info@selectline.de | +49 391 5555-080 | SelectLine - suits every company

Journal

Contains all resources for journals

Journal

Retrieves a particular journal

Retrieves a list of all journals

Retrieves a list with information about the attachments of a 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.

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/