GET api/2.0/settings/version This function requires authentication

Description

Returns a list of the available portal versions including the current version.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/version
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of availibe portal versions including the current version

Example Response
{
  "status": 0,
  "response": {
    "Current": 1234
  }
}