Get Single Filter
GET/filter/:id
Retrieves a single filter by id, according to the Filter interface in the engine.
Request
Responses
- 200
- 403
- 404
Request successful.
The authenticated user is unauthorized to read this filter. See the Introduction for the error response format.
Filter with given id does not exist. See the Introduction for the error response format.