Filter
📄️ Get Filters
Queries for a list of filters using a list of parameters. The size of the result
📄️ Filter Resource Options
The OPTIONS request allows you to check for the set of available operations
📄️ Get Filter Count
Retrieves the number of filters that fulfill a provided query. Corresponds to the
📄️ Create Filter
Creates a new filter.
📄️ Delete Filter
Deletes a filter by id.
📄️ Get Single Filter
Retrieves a single filter by id, according to the `Filter` interface in the engine.
📄️ Filter Resource Options
The OPTIONS request allows you to check for the set of available operations
📄️ Update Filter
Updates an existing filter.
📄️ Execute Filter Count
Executes the saved query of the filter by id and returns the count.
📄️ Execute Filter Count (POST)
Executes the saved query of the filter by id and returns the count. This method is
📄️ Execute Filter List
Executes the saved query of the filter by id and returns the result list.
📄️ Execute Filter List (POST)
Executes the saved query of the filter by id and returns the result list. This
📄️ Execute Filter Single Result
Executes the saved query of the filter by id and returns the single result.
📄️ Execute Filter Single Result (POST)
Executes the saved query of the filter by id and returns the single result. This method is slightly more