GET v1/timezones/{timeZoneId}
Get a specific time zone.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
timeZoneId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TimeZoneName | Description | Type | Additional information |
---|---|---|---|
Name |
The time zone name. |
string |
None. |
WindowsId |
The Windows TimeZone ID. |
string |
None. |
Offset |
integer |
None. |
|
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<TimeZone xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>4</Id> <CreatedDate>2024-09-16T22:08:47.3973658+02:00</CreatedDate> <ArchivedDate>2024-09-16T22:08:47.3973658+02:00</ArchivedDate> <Name>sample string 1</Name> <WindowsId>sample string 2</WindowsId> <Offset>3</Offset> </TimeZone>