Quick Filters
Customizing saved filters for certification reviewers.
Last updated
Was this helpful?
Customizing saved filters for certification reviewers.
Last updated
Was this helpful?
List, create, and delete saved filters, globally or for a single workflow. Reviewers can pick from available quick filters under Certification Filters > Saved Filters.
GET, POST, DELETE
{Veza URL}/api/preview/awf/quick_filters
Requests require a for authentication.
Add a quick filter by specifying an optional workflow_id
and a single source
or destination
node property, corresponding to a Review interface column.
Filters can also apply to abstract_permissions
or concrete_permissions
(see example response).
Valid filter operators are:
co
"contains"
eq
"equals"
ne
"not equals"
sw
"starts with"
ew
"ends with"
With a workflow_id
specified, the filter will only apply to certifications on that workflow. Otherwise, reviewers can apply the quick filter to any certification:
A successful response will contain the filter id, for example:
Including a workflow_id
in the query returns quick filters with a matching workflow_id
and quick filters with no workflow_id
:
Example response: