Timezones API

get specific entry

GET /api/rest/admin/system/timezones/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzksInN1YiI6MjIwfQ.FkQwzROsVNCjicr3WN62oyiJxzXPUlyNrln7ZUn_ARU
Host: example.org
Cookie: 

Route

GET /api/rest/admin/system/timezones/1

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"8ddc078295edc9c03a08a203c60058ce"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: ccadb7a4-d4c8-4a7d-8e45-6312f8288b5f
X-Runtime: 0.010769
Content-Length: 188

Status

200 OK

Body

{
  "data": {
    "id": "1",
    "type": "timezones",
    "links": {
      "self": "http://example.org/api/rest/admin/system/timezones/1"
    },
    "attributes": {
      "name": "UTC",
      "abbrev": "UTC",
      "utc-offset": "PT0S",
      "is-dst": false
    }
  }
}