Gets the latest REST API version of eXo Platform. This version number should be used as the latest and stable one which is considered to include all new features and updates of eXo Platform REST services.
URL:
http://{domain_name}/{rest_context_name}/private/api/social/version/latest.{format}
Level API: Platform
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
format | The format of the returned result, for example, JSON or XML. |
Optional (query parameters): No
Request example:
GET http://localhost:8080/rest/api/social/version/latest.json or GET http://localhost:8080/rest/api/social/version/latest.xml
Response:
{"version": "v1-alpha3"} or {@code <version>v1-alpha3</version>}