Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!

Support "IN" in API Calls

Avatar

Level 2

6/13/18

I'd like to be able to make a call for projects that are in either planning or current status- the OR functionality supported in the API fails when there are more complex criteria included with the call, so I'd like to be able to search for project that meet my criteria while leveraging the "IN" modifier. For example:

https://[DOMIAN].my.workfront.com/attask/api/v10.0/PROJ/search?status=PLN,CUR&status_Mod=in

I find it odd that "in" isn't already supported, as "notin" is.