GET api/2.0/settings/colortheme
Returns the portal color theme.
This method doesn't have any parameters.
GET api/2.0/settings/colortheme
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Settings of the portal themes
application/json
{
"status": 0,
"response": {
"Selected": 1234,
"Limit": 1234
}
}
text/xml
<result>
<status>0</status>
<response>
<Selected>1234</Selected>
<Limit>1234</Limit>
</response>
</result>