Get Started
API backend
API system
More information

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

application/json

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

text/xml

<result>
  <status>0</status>
  <response>
    <Selected>1234</Selected>
    <Limit>1234</Limit>
  </response>
</result>