GET System/DeviceFiles
Get the Device Files
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of files and their last modified time
Collection of SystemDeviceFiles| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName |
File name with relative path (of virtual root) to save to ie VisualThemes\\Default\\Images\\menu_background.png |
string |
None. |
| ModifiedDate |
Date and time the file was last modified (UTC) |
date |
None. |
| DownloadPath |
Full server URI to download the file |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FileName": "sample string 1",
"ModifiedDate": "2026-04-05T04:15:49.2085266+10:00",
"DownloadPath": "sample string 3"
},
{
"FileName": "sample string 1",
"ModifiedDate": "2026-04-05T04:15:49.2085266+10:00",
"DownloadPath": "sample string 3"
}
]