ReportCardsFilterQuery
Card search query. Will match cards based on the chosen operator, field and value
| Input Fields : Object | Description |
|---|---|
| id: Int | Meta data used to allow tracking of each query level |
| field: String | The field name |
| label: String | The field internationalized label |
| operator: ReportCardsFilterQueryOperators | The operator for this query |
| type: ReportCardsFilterFieldTypes | The type of the field (normally used alongside the equality operators) |
| value: String | The value to be operated on |