GET v1/version
Get the version numbers of the RESTful service and the underlying reporting engine.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The version numbers of the RESTful service and the underlying reporting engine.
Version| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceVersion | string |
None. |
|
| EngineVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceVersion": "sample string 1",
"EngineVersion": "sample string 2"
}
application/xml, text/xml
Sample:
<Version xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ServiceVersion>sample string 1</ServiceVersion> <EngineVersion>sample string 2</EngineVersion> </Version>