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.eyJzdWIiOjI1NCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MTI3OTQwNX0._9rbKA_p3tqbEapOm1f8inWEtia7PNUZVM4N1y9_t6g
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: cb1bbbcf-c5d3-43e0-814b-dac764ee80da
x-runtime: 0.006136
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"
    }
  }
}