Routing AreaPrefix API

get specific entry

GET /api/rest/admin/area-prefixes/:id

Request

Headers

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: 

Route

GET /api/rest/admin/area-prefixes/3

Response

Headers

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

Status

200 OK

Body

{
  "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"
        }
      }
    }
  }
}