Retrieve a list of supported time zones
GET https://automation.8x8.com/api/v1/accounts/:accountId/steps/timezones
Use this resource to explore supported time zones. Time zones are used as parameters in some of our time related JavaScript helper functions like IsTimeOfDayBetween(time, start, end, timeZone).
Request
Path Parameters
accountId stringrequired
Account id
Query Parameters
contains string
Filter time zones by name. For instance, setting the contains to "europe" lists all time zones with names that contain the string "europe" (case insensitive match).
List of time zones.
Schema
- Array [
- ]
idstringrequired
Timezone id which is the value used as parameters in our JavaScript functions.
namestringrequired
Timezone name.
[
{
"id":"string",
"name":"string"
}
]
[
{
"id":"W. Europe Standard Time",
"name":"Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna (UTC+01:00)"
},
{
"id":"Central Europe Standard Time",
"name":"Belgrade, Bratislava, Budapest, Ljubljana, Prague (UTC+01:00)"
},
{
"id":"Central European Standard Time",
"name":"Sarajevo, Skopje, Warsaw, Zagreb (UTC+01:00)"
},
{
"id":"E. Europe Standard Time",
"name":"Chisinau (UTC+02:00)"
}
]
Source: https://developer.8x8.com/connect/reference/get-timezones · 8x8 CPaaS Developer Docs. Synced for support deflection.
Please sign in to leave a comment.
0 Comments