system.getVersion

GET https://relay.bluejeans.com/api/system/version
Show information about the currently running build of the API server. Development builds will return null in every field because they did not come from the build server.
GET /api/system/version HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json { "version": "1.1.0-SNAPSHOT", "revision": "acd354d9a477ebeb5429a2aee75370d489e40eaa", "date": 1403236215695, "build": 120, "branch": "1.0.0", "hostname": "relay-storm-00" }

outputs

An object containing the build server's job build number, the build date (in milliseconds), the SCM revision hash, the product version, and the git branch.
application/json BuildVersion