getBuildStatus

Purpose

Retrieves status of current Platform build and license info in XML format.

HTTP Method

GET

URL

https://app.infiniteblue.com/rest/api/getBuildStatus

URL Parameters

sessionId

The session ID obtained from the body of the response when calling login.

output

Optional parameter specifying the output format, one of: xml (default) or json.

Response

Build and license information in XML format.

Example

Sample Response:

<?xml version="1.0" encoding="UTF-8" ?>
<resp status="ok">
<status>
<releaseNo>3.7.4</releaseNo>
<releaseDate>2012-08-16T</releaseDate>
<edition>Multi-Tenant</edition>
<expiration>2013-01-30T</expiration>
<host>localhost:8080</host>
</status>
</resp>