Namespace: "urn:zimbraAccount"
GetVersionInfo SOAP Command

Get Version information
Note: This request will return a SOAP fault if the zimbraSoapExposeVersion server/globalconfig attribute is set to FALSE.

Authorization token required false - if version information shouldn't be exposed a fault will be thrown
Admin Authorization token required false

GetVersionInfoRequest

    <GetVersionInfoRequest /> ## GetVersionInfoRequest

GetVersionInfoResponse

    <GetVersionInfoResponse> ## GetVersionInfoResponse
        <info version="{version-string}" release="{release-string}" buildDate="{build-date-YYYYMMDD-hhmm}"
                 host="{build-host-name}" /> ## VersionInfo
    </GetVersionInfoResponse>

The following table describes 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