API Versioning
The current version of the REST API for Conversations is v1. API versions are not tied to releases of Oracle Content Management.
The version number is placed in the URL directly following /social/api. For example:
https://<host>[:<port>]/osn/social/api/v1
A GET request to the API endpoint returns a list of the top-level URIs that the server supports. For example, this request:
https://<host>[:<port>]/osn/social/api/
Returns a list of supported versions, including the
VCurrent
identifier, which identifies the most recent release of the server API. The current release is "
V1
". The result follows:
{"V1" : "https://osn/api/v1",
}