http://localhost/mod-finc-config
This documents the API calls that can be made to query and manage files for the current tenant/isil
Upload/update a finc select file.
POST /finc-select/files
Media type: application/octet-stream
Type: any
Uploading the file was successful. Returns uuid of uploaded file. This uuid will be referenced in 'fincSelectFilterFile' as value of the property 'file'.
Media type: text/plain
Type: any
Media type: text/plain
Type: any
Media type: text/plain
Type: any
Media type: text/plain
Type: any
Get file by id
GET /finc-select/files/{id}
Delete a file identified by id
DELETE /finc-select/files/{id}