Table of Contents

Web API request

System/SoftwareVersion

Returns the software version of the currently running titan installation.

API https://api.avolites.com/12.0/System.SoftwareVersion.html
namespace System
usage http://[ip]:4430/titan/get/2/System/SoftwareVersion
example http://localhost:4430/titan/get/2/System/SoftwareVersion (link opens in new tab)
action none
returns String with the software version, e.g. “13.0”
remarks The API lists this in /get/2/ but from own tests I can say it also works in /get/ and /get/1/ as well

This may be used to check if there is a proper connection to a Titan installation.

Also, for some use cases the software version is important (e.g. the returned JSON object for handles may differ).

Screenshot

Used In