GET api/2.0/settings/version
Returns a list of the availibe portal versions including the current version.
This method doesn't have any parameters.
GET api/2.0/settings/version
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
List of availibe portal versions including the current version
application/json
{
"status": 0,
"response": {
"Current": 1234
}
}
text/xml
<result>
<status>0</status>
<response>
<Current>1234</Current>
</response>
</result>