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.eyJzdWIiOjM2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzgxMjc5MzkzfQ.yXN4Co3oz92rlBgCoZ73XRjje1sZzbsTdR0SP3srKbs
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: dfd6c82a-2052-4abc-b816-0ca4f6a62624
x-runtime: 0.010059
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"
    }
  }
}