List Timezones

Returns a paginated list of timezones available for use when creating or editing schedules. Supports OData-style filtering on the name field.

OAuth Scopes: scheduling:schedules, time_tracking

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData filter expression applied to the name field. Supported operators: eq (exact match), ne (exclude), and (combine clauses). Supported string functions: contains, startswith, endswith (all case-insensitive). Not supported: or, not, parenthesized grouping. Examples: name eq 'America/Denver', name ne 'UTC', contains(name, 'America'), startswith(name, 'US/'), endswith(name, 'York').

string

Sorting options. Supported sort fields: name (alphabetical), offset (numeric UTC offset). Example: name asc or offset desc

integer
Defaults to 1

The starting page for pagination. Defaults to 1.

integer
Defaults to 100

The number of items to be returned. Defaults to 100.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json