version
Parameter  | Type  | I/O  | Description  | 
|---|---|---|---|
IN  | Parameters described in Overview  | ||
Action  | String  | IN  | Action requested  | 
Response  | XML / JSON  | OUT  | An XML tree / JSON string containing system information  | 
Description
Calling the system API with an action of version retrieves the system version and the API version.
Return Values
Response – System version information.
The structure of the response is:
<systemparameters morepages="False" totalpages="1" totalrows="1">
  <system systemparameters_uuid="809E98A82F6E4B6EA67B88C4B50036CD">
    <systemparameters_timestampmodified>1486224002</systemparameters_timestampmodified>
    <systemparameters_versionno>11.007</systemparameters_versionno>
    <systemparameters_versionrevision>v</systemparameters_versionrevision>
    <variable_apiversion>3</variable_apiversion>
  </system>
</systemparameters>{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 1,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "systemparameters_uuid": "809E98A82F6E4B6EA67B88C4B50036CD",
      "systemparameters_timestampmodified": 1486224002,
      "systemparameters_versionno": 11.007,
      "systemparameters_versionrevision": "v",
      "variable_apiversion": 3
    }
  ]
}