Routing Area API

get specific entry

GET /api/rest/admin/areas/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzY3MzU4NTYxfQ.wLZg4X0Wl28VSqa7-e-xERyt7UsmaUvgpJc34icmUVs
Host: example.org
Cookie: 

Route

GET /api/rest/admin/areas/12

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/"40e638e442633e142c0ba3cd40e38260"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9d0af0e5-8089-4178-be5c-47d5b123efbe
x-runtime: 0.007124
content-length: 137

Status

200 OK

Body

{
  "data": {
    "id": "12",
    "type": "areas",
    "links": {
      "self": "http://example.org/api/rest/admin/areas/12"
    },
    "attributes": {
      "name": "Routing_Area_12"
    }
  }
}