Filter types API

get specific entry

GET /api/rest/admin/filter-types/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwNSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.1lS-m8uK7fv5_nnW7v_cVBb_N0XMgLMiwEzC24RHNAo
Host: example.org
Cookie: 

Route

GET /api/rest/admin/filter-types/0

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/"943a7e8daa3fb6bca418de783e197cf5"
cache-control: max-age=0, private, must-revalidate
x-request-id: a3351358-33ea-41bd-b4be-ef0f4744b4b0
x-runtime: 0.005638
content-length: 145

Status

200 OK

Body

{
  "data": {
    "id": "0",
    "type": "filter-types",
    "links": {
      "self": "http://example.org/api/rest/admin/filter-types/0"
    },
    "attributes": {
      "name": "Transparent"
    }
  }
}