Execute Filter Single Result (POST)
POST/filter/:id/singleResult
Executes the saved query of the filter by id and returns the single result. This method is slightly more powerful then the Get Execute Filter Single Result method because it allows to extend the saved query of the filter.
Request
Responses
- 200
- 204
- 400
- 403
- 404
Request successful. A JSON object corresponding to the corresponding entity interface in the engine. This depends on the saved query in the filter. Therefore it is not possible 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.
Request successful, but the result was empty. This method returns no content.
The executed filter returned more than one single result or the extending query was invalid. See the Introduction for the error response format.
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.