Last updated 5 years ago
Retrieves the list of time zones.
GET https://api.skeddly.com/api/TimeZones
The following query parameters are accepted.
Comma-separated list of time zone IDs to include.
Required: No
Array of objects.
GET /api/TimeZones HTTP/1.1 Host: api.skeddly.com Authorization: AccessKey <api key>
curl "https://api.skeddly.com/api/TimeZones" -H "Authorization: AccessKey <api key>"
[ { "displayName": "(UTC-5:00) Eastern Standard Time", "timeZoneId": "Eastern Standard Time" } ]