ListFiles
Return a list of all files available to download.
| API | Description |
|---|---|
| GET api/ListFiles |
Gets a list of all files available for download (use DownloadFile) |
DownloadFile
Will return the specified file as a download
| API | Description |
|---|---|
| GET api/DownloadFile?fileName={fileName} |
Gets an individual file (use ListFiles to get the available files list) |