Regional Settings
List Timezones
Returns all available timezones.
get/restapi/v1.0/dictionary/timezone
Query parameters
pageinteger
Indicates a page number to retrieve. Only positive number values are allowed. Default value is '1'
perPageinteger
Indicates a page size (number of items). If not specified, the value is '100' by default
Response
Timezones list
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}