v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Regional Settings

List Timezones

Returns all available timezones.

get/restapi/v1.0/dictionary/timezone

Query parameters

pageinteger

Indicates a page number to retrieve. Only positive number values are allowed. Default value is '1'

perPageinteger

Indicates a page size (number of items). If not specified, the value is '100' by default

Response

Timezones list

uristring uri

Link to the timezone list resource

Example response

{
  "paging": {
    "perPage": 50,
    "page": 5,
    "pageEnd": 5,
    "totalPages": 25,
    "totalElements": 25
  }
}