GET api/2.0/settings/colortheme

Description

Returns the portal color theme.

Parameters

This method doesn't have any parameters.

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

Settings of the portal themes

Example Response
{
  "status": 0,
  "response": {
    "Selected": 1234,
    "Limit": 1234
  }
}