JBoss.orgCommunity Documentation
Description: Gets eXo Social REST service versions that are supported. This is for backward compatibility. If a client application is using an older eXo Social REST APIs version, all APIs of the version still can work. The array MUST have the latest to oldest order. For example, [v2, v1, v1-beta3], but not [v1, v2, v1-beta3].
URL:
http://{domain_name}/{rest_context_name}/private/api/social/versionsupported.{format}
Parameters:
Required (path parameters):
format: the expected returned format
Optional (query paramters): No
Request:
GET: http://cloud-workspaces.com/rest/api/social/version/supported.json or GET: http://cloud-workspaces.com/rest/api/social/version/supported.xml
Response:
{"versions": ["v1-alpha3"]}
or
<versions>
<version>v1-alpha3</version>
</versions>