ReportCardsFilter
Card search grouped queries. May contain a number of queries or other groups of queries
| Input Fields : Object | Description |
|---|---|
| id: Int | Meta data used to allow tracking of each query level |
| lastId: Int | Meta data used to allow tracking of each query level |
| queries: [ReportCardsFilterQuery] | Queries that must be matched accordingly to the passed operator |
| operator: ReportCardsFilterGroupOperators | The operator for this query group |
| groups: [ReportCardsFilter] | Groups that must be matched accordingly to the passed operator |