Version
- GEThttps://routecloud.telogis.com/version.
- Response body: version_response.
A simple request to get the current version number of the RouteCloud API.
Status codes
- 200- Success.
version_response
| Name | Type | Description | 
|---|---|---|
| version | string | The current version number of the RouteCloud API. | 
HTTP/1.1 200 OK
Content-Type: application/json
{
  "version": "1.0.0.335"
}