Version Resource

GET /version

Returns the version information of the REST APIs implementation.

Response Body
media type data type description
application/json VersionResult (JSON) The version information
application/xml versionResult (XML)

Example

Request
GET /version
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{
  "version" : "...",
  "buildVersion" : "...",
  "buildNumber" : "..."
}