2

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.

JuanitoCROM
  • 124
  • 1
  • 10
  • Also, the modifiers "in" and "notin" don't seem to be working for me. When I try to use them they are ignored. I'm using version 2.0 of the API. – JuanitoCROM Feb 11 '16 at 21:39

1 Answers1

2

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
michael johnson
  • 757
  • 1
  • 4
  • 10