JointSpace API Documentation
REST API Method: GET system/softwareversion
Returns the software version.
URL
http://ip-address:1925/1/system/softwareversion
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
Response
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
Keys
- softwareversion (string): The software version.
JSON example
{
"softwareversion": "Q5492-0.26.38.22",
}