Workfront API to fetch projects | Community
Skip to main content
Level 2
October 28, 2023
Question

Workfront API to fetch projects

  • October 28, 2023
  • 1 reply
  • 464 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 5
October 29, 2023

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

Something along those lines.