Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTksInN1YiI6MTU0fQ.UZOw0cjDXrgtXmjsseftgvUYoyg9y1L27CE9NNNDptw Host: example.org Cookie:
GET /api/rest/admin/routing/areas/12
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/"50760cc63aaadfeb68a4f4cd95ddd413" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 4af0e75c-fddf-445e-8e53-7abb554047eb X-Runtime: 0.010068 Content-Length: 145
200 OK
{ "data": { "id": "12", "type": "areas", "links": { "self": "http://example.org/api/rest/admin/routing/areas/12" }, "attributes": { "name": "Routing_Area_12" } } }