TimeZoneMetadata
TimeZoneMetadata Service
Web service endpoint for providing metadata about time zones supported by this Jive instance.
Since: 3.1
Get All Time Zone Metadata
GET /metadata/timezones
Return a list of all time zones supported by this Jive instance.
Retrieves:
Return Status:
HTTP Status Code | Description |
---|---|
200 (OK) | Request was successful |
Get Time Zone Metadata
GET /metadata/timezones/{first}/{second}
Return the requested time zone. If the time zone is not recognized, the GMT time zone will be returned.
Path Parameters:
Name | Type | Required | Description |
---|---|---|---|
first | String | true | First segment ("America") |
second | String | true | Second segment ("Los_Angeles") |
Return Status:
HTTP Status Code | Description |
---|---|
200 (OK) | Request was successful |
404 (Not Found) | Invalid time zone identifier |
Since: 3.5
Get Time Zone Metadata
GET /metadata/timezones/{first}/{second}/{third}
Return the requested time zone. If the time zone is not recognized, the GMT time zone will be returned.
Path Parameters:
Name | Type | Required | Description |
---|---|---|---|
first | String | true | First segment ("America") |
second | String | true | Second segment ("Indiana") |
third | String | true | Third segment ("Indianapolis") |
Return Status:
HTTP Status Code | Description |
---|---|
200 (OK) | Request was successful |
404 (Not Found) | Invalid time zone identifier |