Filtering can be done on the following resources
CardFile, Document, Job, Contract, Purchase, Quote, StockFiltering is done using the following operators:
| Description | Operator | |
| Greater than or equal | [-gte] | |
| Less than or equal | [-lte] | |
| Not equal | [-ne] | |
| Less than | [-lt] | |
| Greater than | [-gt] | |
| Equal | [-eq] | |
| Like (contains) | [-like] |
Filter field types
| Int | A number | Does not support Like opeator | ||
| Bool | Boolean expressed as, True or False, Y or N | Supports Equal & Not equal operators | ||
| Text | Case in-sensitive text | Supports Equal, Not equal and Like operators | ||
| Date | DateTime in ISO format | Does not support Like opeator |
Filtering format
Filters can be combined using AND (&). Note OR filters are not yet supported.