It would be awesome if Applixure would also collect time and date of last reboot.
This data already exists in Applixure, but it is not directly exposed in the Web UI. Timestamp of the last boot can be found through Applixure's public API (Connect API), documented at https://developers.applixure.com/.
Specifically, in the agents' JSON data there is a "OperatingSystemBootTime" -attribute that gives this exact value:
...
"MemoryInMb": 8035,
"OperatingSystem": "Windows",
"OperatingSystemBootTime": "2020-03-03T04:23:52.5Z",
"OperatingSystemInstallDate": "2019-08-07",
"OperatingSystemName": "Microsoft Windows 10 Enterprise",
...