Search code examples
attaskworkfront-api

AtTask API complete list of search modifiers


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.


Solution

  • A complete list of Qualifiers and what they do can be found in out advanced reporting manual.

    https://support.workfront.com/hc/en-us/articles/217196097-Filter-and-Condition-Modifiers

    Example of using in

    attask/api/task/search?status=CPL&status=INP&status_Mod=in