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.eyJleHAiOjE3MTAyNTQ3MzEsInN1YiI6MTAzfQ.-MXBjFOsRdxgsq1Z-Bc11e1K7tWBlgNkYnrV43K5wc0
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: ca3e563f-1f59-4640-bd61-56db453b611b
X-Runtime: 0.010625
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"
    }
  }
}