Routing TagAction API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI0OCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMX0.xwch_7190iXc9_1Tb-Bn68sIMgiQjBDMZutG8QRbc1s
Host: example.org
Cookie: 

Route

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

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/"22217d4639619813498af5b0af7af9e0"
cache-control: max-age=0, private, must-revalidate
x-request-id: 00af798a-930f-4bd7-bcc4-0a0d676b4cfb
x-runtime: 0.004999
content-length: 142

Status

200 OK

Body

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