Routing Area API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDI0fQ.seGk2NJr50PErU2xPxr189V474aCNAtGq34Glw_W07Q
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: 4eb820a1-e04b-4841-8444-31c8f3392a51
X-Runtime: 0.011071
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"
    }
  }
}