Routing RoutingTag API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MH0.hi9CIf9tA3WjiWg7vSCGK2ddxP-kUIB2VHvZjG6Y9Ms
Host: example.org
Cookie: 

Route

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

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/"d5c16e64de718278b225a91da55693dc"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0932c935-e438-4ed4-b028-72f3aac5a6c0
X-Runtime: 0.007374
Content-Length: 142

Status

200 OK

Body

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