FileLink¶
Using "fileLink", a file can be linked to the record. The file must be retrieved via a URL. The deposited files can also be downloaded.
"root:{
...
"fileLink": {
"url": "insight/document/insight/${identifier}",
"fileName": "${filename}"
}
- "url": to retrieve the file.
- "fileName": to store the file with a correct filename. This property is optional and only must be set if the url does not contain a file name with extension.
- "download": Boolean, to download the files when the common download is performed. (Download configuration) The max file count per config is 100 files. The defalut value can be overridden in the Client-Configuration.