JBoss.orgCommunity Documentation

GET latest.format

Description: Gets the latest eXo Social REST API version. This version number should be used as the latest and stable version that is considered to include all new features and updates of eXo Social REST services.

URL:

http://{domain_name}/{rest_context_name}/private/api/social/versionlatest.{format}

Parameters:

Request:

 GET: http://cloud-workspaces.com/rest/api/social/version/latest.json
 or
 GET: http://cloud-workspaces.com/rest/api/social/version/latest.xml

Response:

 {"version": "v1-alpha3"}

or



 <version>v1-alpha3</version>