REST API - listTimeZones

The table summarizes the REST API - listTimeZones.

Request

Format GET <baseurl>/calendar/timezones

Response

JSON Returns a JSON representation of the content of a listTimeZonesResponse element.
XML Returns the content of a listTimeZonesResponse element (from the WorkCalService schema).

Example

Request
GET <baseurl>/calendar/timezones
Response
{

   "xml-fragment":

   {

       "time-zone":

       [

           "Etc/GMT+12",

           "Etc/GMT+11",

           "Pacific/Midway",

           "Pacific/Niue",

           "Pacific/Pago_Pago",

           "Pacific/Samoa",

           "US/Samoa",

           "America/Adak",

           "America/Atka",

.

.

.

           "Pacific/Chatham",

           "Etc/GMT-13",

           "Pacific/Enderbury",

           "Pacific/Tongatapu",

           "Etc/GMT-14",

           "Pacific/Kiritimati",

           "Pacific/Apia",

           "MIT"

       ]

   }

}