Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjUsInN1YiI6MjQwfQ.aoK_CSih7oKVR6x3LLuDlnV8P33xbdL6s7Df5msugXw Host: example.org Cookie:
GET /api/rest/admin/system/timezones/1
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: 269f17ae-5723-4b37-9ee2-965d60a217c5 X-Runtime: 0.011973 Content-Length: 188
200 OK
{ "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 } } }