Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are the expected status codes returned by the service - in . In addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

...

Example - GET

Retrieves information for a time zone.

Request Headers

KeyValueDescription
Acceptapplication/json

Request Parameters

KeyValueDescription
idAmerica/New_YorkThe ID of the time zone (IANA time zone key, or windows timezone ID).

Response Headers

KeyValueDescription
Content-Typeapplication/json; charset=utf-8

Response Body

Code Block
languagenone
{
  "UnresolvedTimeZoneId": "America/New_York",
  "Resolved": true,
  "TimeZoneId": "Eastern Standard Time",
  "UtcOffset": "-0504:00:00",
  "CurrentTimeInZone": "2014-0207-13T0314T06:0402:45Z09Z"
}

Status Code

200 - OK