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 SystemDeviceFilesName | 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": "2025-09-13T08:31:20.0566128+10:00", "DownloadPath": "sample string 3" }, { "FileName": "sample string 1", "ModifiedDate": "2025-09-13T08:31:20.0566128+10:00", "DownloadPath": "sample string 3" } ]