Execute Filter Single Result
Filter
Execute Filter Single Result
Executes the saved query of the filter by id and returns the single result.
GET
Execute Filter Single Result
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the filter to execute.
Response
Request successful. A JSON object 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 response is of type object.