Execute Filter List
GET/filter/:id/list
Executes the saved query of the filter by id and returns the result list.
Request
Responses
- 200
- 403
- 404
Request successful. A JSON array containing JSON objects corresponding to the matching entity interface in the engine. This depends on the saved query in the filter. Therefore it is not possible to specify a generic result format, i.e., if the resource type of the filter is Task the result will correspond to the Task interface in the engine.
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.