GetVersion

Returns the number of the latest API version.

Input data

The input data structure in JSON is shown below.

{
   "method": "GetVersion"
}

Output data

The method returns the number of the last API version, as shown in the following example.

{
   "data": 
}