Files REST Endpoints

File/Files
Use for managing files.
Delete a File
Method: delete
Path: /api/file/Files/{id}
Download a File
Method: get
Path: /api/file/Files/executeDownload/{id}
Get a File by ID
Method: get
Path: /api/file/Files/{id}
Get Files
Method: get
Path: /api/file/Files
Get Files for Combo Boxes and Item Selectors
Method: get
Path: /api/file/Files/readForSelect
Return a File Based on ID or File Name
Method: get
Path: /api/file/Files/readContent
Update a File
Method: put
Path: /api/file/Files/{id}
Upload a File
Method: post
Path: /api/file/Files