Where can I find a complete list of the available search modifiers the AtTask API?
The basic REST documentation gives a list of "some" of the modifiers.
Which are:
- eq
- ne
- gte
- lte
- isnull
- notnull
between
...percentComplete=50&percentComplete_Mod=gte...
I've seen reference to other modifiers like, "in" and "notin", on StackOverflow, but I would like to see a complete list.
Can someone provide a complete list of search modifiers? It would be greatly appreciated.