Gets the supported time zone list
GET /v1/timezone/list
Summary
Gets the supported time zone list.
Details
Requires authentication.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
- array of
TimeZonekey(string, optional)displayName(string, optional)
Example
[
{
"key": "America/New_York",
"displayName": "(UTC-05:00) Eastern Time (New York)"
}
]