Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjMxLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDI0fQ.guYtc8SpyK8-xGX_60lv2JhvxJdg7StRNI0e2jSG1ok Host: example.org Cookie:
GET /api/rest/admin/area-prefixes/3
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 X-Content-Type-Options: nosniff X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept ETag: W/"248c16b87d0dece157cec745ea4f311a" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: edb65345-b3a5-4f28-a8e8-964361341cfe X-Runtime: 0.007974 Content-Length: 323
200 OK
{
"data": {
"id": "3",
"type": "area-prefixes",
"links": {
"self": "http://example.org/api/rest/admin/area-prefixes/3"
},
"attributes": {
"prefix": "345"
},
"relationships": {
"area": {
"links": {
"self": "http://example.org/api/rest/admin/area-prefixes/3/relationships/area",
"related": "http://example.org/api/rest/admin/area-prefixes/3/area"
}
}
}
}
}