GET Device/AppUpdates?AppName={AppName}&CurrentVersion={CurrentVersion}
Check if there are any updates to a registered app, returning download paths
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AppName |
App exe Name (no ext) |
string |
Required |
CurrentVersion |
Current version in x.xx.xx format |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of files to download and update or Not Found if no update/unknown app
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:19.6346978+10:00", "DownloadPath": "sample string 3" }, { "FileName": "sample string 1", "ModifiedDate": "2025-09-13T08:31:19.6346978+10:00", "DownloadPath": "sample string 3" } ]