Get Single Filter
Retrieves a single filter by id, according to the Filter interface in the engine.
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 be retrieved.
Query Parameters
If set to true, each filter result will contain an itemCount
property with the number of items matched by the filter itself.
Response
Request successful.
The id of the filter.
The resource type of the filter.
The name of the filter.
The user id of the owner of the filter.
The query of the filter as a JSON object.
The properties of a filter as a JSON object.
The number of items matched by the filter itself. Note: Only exists
if the query parameter
itemCount was set to true