Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

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 6

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

Something along those lines.