Get Started
API backend
API system
More information

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

Description

Returns a list of the availibe 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

application/json

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

text/xml

<result>
  <status>0</status>
  <response>
    <Current>1234</Current>
  </response>
</result>