Filter Model

Represents a filter that can be used to perform a structured search of data in Capsule. Filters can be used to query parties, opportunities or projects.

Name Type Description
conditions Array of Condition

An array of individual conditions for this filter that are combined with and operators. Additionally may contain nested groups where conditions inside the group are combined with or operators.

orderBy Array of Order By

Used to specify the sort order for the results returned by the query.