Fetching all tasks under Project | Adobe Higher Education
Skip to main content
Level 2
June 4, 2024
해결됨

Fetching all tasks under Project

  • June 4, 2024
  • 3 답변들
  • 972 조회
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.
이 주제는 답변이 닫혔습니다.
최고의 답변: 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

 

3 답변

lgaertner
lgaertner답변
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

 

VishalSh4작성자
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