| Authorization token required | false - if version information shouldn't be exposed a fault will be thrown |
| Admin Authorization token required | false |
<GetVersionInfoRequest /> ## GetVersionInfoRequest
<GetVersionInfoResponse> ## GetVersionInfoResponse
<info version="{version-string}" release="{release-string}" buildDate="{build-date-YYYYMMDD-hhmm}"
host="{build-host-name}" /> ## VersionInfo
</GetVersionInfoResponse>
elements and attributes you can define within a
<GetVersionInfoResponse> element:
| XPath | Required / Optional | Description |
| /info | Required (only 1) | Version information |
| /info@version | Required (only 1) | Type: String Full version string |
| /info@release | Required (only 1) | Type: String Release string |
| /info@buildDate | Required (only 1) | Type: String Build date in format: YYYYMMDD-hhmm |
| /info@host | Required (only 1) | Type: String Build host name |