Routing AreaPrefix API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzMsInN1YiI6MTI5fQ.oc3BujGKy658nr7Uh2uGx3GIhjvCNZkTnaS6Q0ZJzDw
Host: example.org
Cookie: 

Route

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

Response

Headers

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: 31c03f0f-b83f-4069-b489-72d713747129
X-Runtime: 0.011669
Content-Length: 347

Status

200 OK

Body

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