aboutInfo
General information about the service version, build number and API information.
XML
Elements
name (type) |
min/max occurs |
description |
buildNumber (string)
|
0/1 |
The build number of the deployed service.
|
buildDate (string)
|
0/1 |
The build date/time of the deployed service.
|
productVersion (string)
|
0/1 |
The version of the deployed service. The version could be major, minor or update. (Ex.
version 6.0.0 is a major release. Version 6.0.1 is an update release. Version 6.1.0 is minor
release.
|
apiVersion (string)
|
0/1 |
The API version of the deployed service. This property is similar to
AboutInfo#productVersion but typically the API version will change only for
major and sometimes for minor releases. It will not change for update releases.
|
productBuildNumber (string)
|
0/1 |
Gets the product build number. Usually the combination of
AboutInfo#productVersion and AboutInfo#buildNumber.
|
JSON
property |
type |
description |
buildNumber |
buildNumber (string)
|
The build number of the deployed service.
|
buildDate |
buildDate (string)
|
The build date/time of the deployed service.
|
productVersion |
productVersion (string)
|
The version of the deployed service. The version could be major, minor or update. (Ex.
version 6.0.0 is a major release. Version 6.0.1 is an update release. Version 6.1.0 is minor
release.
|
apiVersion |
apiVersion (string)
|
The API version of the deployed service. This property is similar to
AboutInfo#productVersion but typically the API version will change only for
major and sometimes for minor releases. It will not change for update releases.
|
productBuildNumber |
productBuildNumber (string)
|
Gets the product build number. Usually the combination of
AboutInfo#productVersion and AboutInfo#buildNumber.
|