Get the Platform Application Center version

Description

URL scheme://domain:port/platform/ws/version
Description

Gets the current Platform Application Center version and build number.

HTTP Method GET
Parameters None

Request

Method GET
Request-URI /platform/ws/version
Request-Header Name Value
Accept application/xml, or application/json
Message-Body empty

Response

Response Code
  • 200 Successful: Request was successful.
  • Any other code: Request failed.
Response-Header Name Value
Content-Type application/xml or application/json
Message Body Success Message

If successful, returns cluster information.

For additional information, refer to the schema file GUID-8caebd8f-57a4-4ab3-87c0-abf1760fbfad.xsd.

ProductInformation>
<buildDate>%s</buildDate>
<buildNo>%s</buildNo>
<productName>%s</productName>
<serverName>%s</serverName>
<version>%s</version>
</ProductInformation>
Failure Message

If not successful, returns an error message.

For additional information, refer to the schema file GUID-4aaec5fb-2eb8-4e4e-918a-6aaeae460736.xsd.

<error>
  <message>
     %s
  </message>
</error>