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.eyJzdWIiOjI0MSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3Mn0.jujzqbJI_Tw23l-WIsiWdajDcx9JO0cwnhmro-K9VTA
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: 6b1cd819-5ffb-4fe9-a7c0-e314ded3c5ef
x-runtime: 0.005878
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"
    }
  }
}