Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

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.