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.eyJzdWIiOjk5LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDMxfQ.3NiRQVZsX0IZ7kcuwUriBpefN2VNo7NYf66J_84a_2c
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: 466e0474-6480-4fe3-aa9a-bbd42470f931
X-Runtime: 0.008430
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"
    }
  }
}