Fetching all tasks under Project | Community
Skip to main content
Level 2
June 4, 2024
Solved

Fetching all tasks under Project

  • June 4, 2024
  • 1 reply
  • 938 views
Hello,
 
I am working to extract tasks data for every projects from WorkFront. Right now i am using URL as 
 
 
But unable to get all tasks under this project, could you please help me with the API URL.
 
Thanks,
Divya Anand.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lgaertner

Hi,

 

Vishal, tasks are a collection under projects, so the call would be something like this:

https://*.my.workfront.com/attask/api/v18.0/proj/5b968cc8004094683c8222c0552276b0?fields=tasks:*

 

Regards

Lars

 

1 reply

lgaertner
lgaertnerAccepted solution
Level 9
June 4, 2024

Hi,

 

Vishal, tasks are a collection under projects, so the call would be something like this:

https://*.my.workfront.com/attask/api/v18.0/proj/5b968cc8004094683c8222c0552276b0?fields=tasks:*

 

Regards

Lars

 

VishalSh4Author
Level 2
June 5, 2024

Thank you so much, 

 

I have a doubts, on how do we fetch requests(issues) per project using the above API URL.

 

Thanks,

Divya Anand.

lgaertner
Level 9
June 5, 2024

Hi,

 

I think here you need to go the other way round:

 

https://*.sb01.workfront.com/attask/api/v18.0/optask/search?projectID=5b968cc8004094683c8222c0552276b0

 

 

Regards

Lars