Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTgsInN1YiI6MTQ5fQ.VxpUU6Zb4T6UACBQ-9D24Qs_wkQZxH0CUTwwP7aN4zs Host: example.org Cookie:
GET /api/rest/admin/routing/area-prefixes/3
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/"9f5024a82a828660c709e5be03b98e5e" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: c4e79de8-a169-49a5-955f-426a0364065e X-Runtime: 0.055750 Content-Length: 347
200 OK
{ "data": { "id": "3", "type": "area-prefixes", "links": { "self": "http://example.org/api/rest/admin/routing/area-prefixes/3" }, "attributes": { "prefix": "345" }, "relationships": { "area": { "links": { "self": "http://example.org/api/rest/admin/routing/area-prefixes/3/relationships/area", "related": "http://example.org/api/rest/admin/routing/area-prefixes/3/area" } } } } }