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

Description

Returns a list of all the available portal time zones.

Parameters

This method doesn't have any parameters.

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

List of all the available time zones with their IDs and display names

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": "some text",
      "DisplayName": "some text"
    }
  ]
}