Routing RoutingTag API

get specific entry

GET /api/rest/admin/routing/routing-tags/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjIsInN1YiI6MTk4fQ.1j-xystxvu_jniqPKtBqjMVBBDPoPWysq4dlgsTTZkg
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing/routing-tags/19

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/"391ebff75702be661142827da6e65e6a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: fc5bc84c-9519-4c00-aa25-f544e0fd8378
X-Runtime: 0.013889
Content-Length: 150

Status

200 OK

Body

{
  "data": {
    "id": "19",
    "type": "routing-tags",
    "links": {
      "self": "http://example.org/api/rest/admin/routing/routing-tags/19"
    },
    "attributes": {
      "name": "ua_cli"
    }
  }
}