Files REST Endpoints
    
        Files/Files
    
Use for managing files.
- Delete a File
- Method: deletePath:/api/file/Files/{id}
- Download a File
- Method: getPath:/api/file/Files/executeDownload/{id}
- Get a File by ID
- Method: getPath:/api/file/Files/{id}
- Get Files
- Method: getPath:/api/file/Files
- Get Files for Combo Boxes and Item Selectors
- Method: getPath:/api/file/Files/readForSelect
- Return a File Based on ID or File Name
- Method: getPath:/api/file/Files/readContent
- Update a File
- Method: putPath:/api/file/Files/{id}
- Upload a File
- Method: postPath:/api/file/Files