GetAvailableVersions

Returns a list of API versions that are currently supported.

Input data

The input data structure in JSON is shown below.

{
   "method": "GetAvailableVersions"
}

Output data

The method returns an array of VersionDesc objects, each of which corresponds to a single API version. The output data structure in JSON is shown below.

{
   "data": [
      {  /* VersionDesc */
         "VersionNumber": (int),
         "LinkWSDL": (string),
         "BorderDate": (date)
      }
      ...
   ]
}

Parameters are described below.

Parameter Description
VersionDesc object
VersionNumber Version number.
LinkWSDL Link to the WSDL file for this version.
BorderDate Expected date for discontinuing support of this version.
Parameter Description
VersionDesc object
VersionNumber Version number.
LinkWSDL Link to the WSDL file for this version.
BorderDate Expected date for discontinuing support of this version.