Version
Retrieves the version of the Rest API.
Method
GET /version
Parameters
This method takes no parameters.
Result
A JSON object containing the version of the Rest API.
| Name | Value | Description | 
|---|---|---|
| version | String | The version of the Rest API. | 
Response Codes
| Code | Media type | Description | 
|---|---|---|
| 200 | application/json | Request successful. | 
Example
Request
GET /version
Response
{
    "version": "7.10.0"
}