JSON API Guide → Reference → GET Functions → GetVersion
Gets the current Application Engine version.
| Name | Type | Description |
|---|---|---|
| GetVersion | Function | Returns the version of the target Application Engine. |
None.
URL:
http://AEserverName/jsonapi/getversion
Response:
{
"version": "Version 11.01.00.00.354",
"result": {
"type": "OK",
"msg": ""
}
}
None.
Copyright © 2007–2016 Serena Software, Inc. All rights reserved.