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.
SOLVED

Fetching all tasks under Project

Avatar

Level 2
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.
1 Accepted Solution

Avatar

Correct answer by
Level 10

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

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

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

 

Avatar

Level 2

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.

Avatar

Level 10

Hi,

 

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

 

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

 

 

Regards

Lars