Routing Area API

get specific entry

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

Request

Headers

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

Route

GET /api/rest/admin/routing/areas/12

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/"50760cc63aaadfeb68a4f4cd95ddd413"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 023ba831-76e0-4b02-b821-c85c45199111
X-Runtime: 0.010269
Content-Length: 145

Status

200 OK

Body

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