Routing TagAction API

get specific entry

GET /api/rest/admin/routing/tag-actions/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjIsInN1YiI6MjAzfQ._Y31HrB-f_zn7WOSgH5CxJCM25pQo8JzNjWVx6h_8q0
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing/tag-actions/1

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/"9e4edb19b2391f1e8479aac8ea050517"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a8e278e0-67f5-4a64-8ee6-9edb92915680
X-Runtime: 0.011376
Content-Length: 150

Status

200 OK

Body

{
  "data": {
    "id": "1",
    "type": "tag-actions",
    "links": {
      "self": "http://example.org/api/rest/admin/routing/tag-actions/1"
    },
    "attributes": {
      "name": "Clear tags"
    }
  }
}