Support "IN" in API Calls | Community
Skip to main content
Level 2
June 13, 2018
New

Support "IN" in API Calls

  • June 13, 2018
  • 0 replies
  • 224 views

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.