Returns the following information about your running version of SAP BusinessObjects Web Intelligence RESTful Web Service SDK:
GET /about
Response type: application/xml or application/json
XML
<about> <title>Web Intelligence - Raylight</title> <version>1.0</version> <vendor>SAP SE</vendor> <build major="14" minor="1" sp="5" patch="8" number="1754">14.1.5.1754</build> <timestamp>20150805.031625</timestamp> <copyright>?©2010 - 2015 SAP SE or an SAP affiliate company. All rights reserved.</copyright> </about>
JSON
{"about": {"title":"Web Intelligence - Raylight", "version":1, "vendor":"SAP SE", "build": { "@major": "14", "@minor": "1", "@sp": "5", "@patch": "8", "@number": "1754", "$": "14.1.5.1754" }, "timestamp":"20150805.031625", "copyright":"?©2010 - 2015 SAP SE or an SAP affiliate company. All rights reserved." } }