Filter types API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTYsInN1YiI6MTIzfQ.eSmr8cUYZp8QfCenMKLXVOjkKwP2Afggwq0hA-yAmh0
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-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/"943a7e8daa3fb6bca418de783e197cf5"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 52e14227-d809-4611-9941-f989e5356263
X-Runtime: 0.013581
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"
    }
  }
}