| Authorization token required | false |
| Admin Authorization token required | true |
<GetVersionInfoRequest /> ## GetVersionInfoRequest
<GetVersionInfoResponse> ## GetVersionInfoResponse
<info [type="{type}"] version="{version-string}" release="{release-string}" buildDate="{buildDate-YYYYMMDD-hhmm}"
host="{host-name}" majorversion="..." minorversion="..." microversion="..." platform="..." /> ## VersionInfo
</GetVersionInfoResponse>
elements and attributes you can define within a
<GetVersionInfoResponse> element:
| XPath | Required / Optional | Description |
| /info | Required (only 1) | Version information |
| /info@type | Optional (0 or 1) | Type: String Type |
| /info@version | Required (only 1) | Type: String Version string |
| /info@release | Required (only 1) | Type: String Release string |
| /info@buildDate | Required (only 1) | Type: String Build Date - format : YYYYMMDD-hhmm |
| /info@host | Required (only 1) | Type: String Host name |
| /info@majorversion | Required (only 1) | Type: String Major version |
| /info@minorversion | Required (only 1) | Type: String Minor version |
| /info@microversion | Required (only 1) | Type: String Micro version |
| /info@platform | Required (only 1) | Type: String Platform |