SKSS_Version
SKSS_Version |
|
Description |
Allows to get the current version of SkySurveyor.
The version number if structured as following : major.minor.revision.build
The data field of the JSON response contains the version number. |
Request |
http://localhost:18700/SKSS_Version |
JSON Response |
{"status": "success", "data": "4.16.8111.38382", "message": null } |