GetVersion

Gets the current Application Engine version.

Parameters

Name Type Description
GetVersion Function Returns the version of the target Application Engine.

Post Data

None.

Example

URL:

http://AEserverName/jsonapi/getversion

Response:

{
  "version": "Version 11.01.00.00.354",
  "result": {
    "type": "OK",
    "msg": ""
  }
}

Comments

None.