Expand my Community achievements bar.

Workfront API to fetch projects

Avatar

Level 2

Team,

I want to fetch all the projects that have categoryID=123232323 or categoryID=899994452345 and were created by an owner with ID=2323232. Can you please give the endpoint for this request

1 Reply

Avatar

Level 5

GET /proj/search?ownerID=2323232&categoryID=123232323&OR:1:ownerID=2323232&OR:1:categoryID=899994452345

Something along those lines.