SKSS_Version

Description

Allows to get the current version of SkySurveyor.


We strongly recommend to call this method before connecting SkySurveyor to your software or scripts to make sure that the installed version is able to work correctly with your software or scripts. 


The version number if structured as following : major.minor.revision.build


To support SkySurveyor new build or bug fixes without changing your code, we recommend to only test the major and minor version number.


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 }