I'm currently working on extracting project details from Workfront using the API. I've tried using the endpoint https://*.my.workfront.com/attask/api/v15.0/proj/search, but it seems to only return completed projects. I need to retrieve the entire list of projects from the Project Dashboard in Workfront.
Could someone please provide me with the correct API endpoint or method to achieve this?
Solved! Go to Solution.
Views
Replies
Total Likes
We use Fusion and use a combination of 3 modules:
Note that Workfront's pagination support suffers from the known offset/limit problem when simultaneous modification occurs, so you do have to be aware of this potential behavior. (I filed an enhancement ticket in the forums here to request a more proper cursor-based pagination mechanism.)
Hope this helps!
We use Fusion and use a combination of 3 modules:
Note that Workfront's pagination support suffers from the known offset/limit problem when simultaneous modification occurs, so you do have to be aware of this potential behavior. (I filed an enhancement ticket in the forums here to request a more proper cursor-based pagination mechanism.)
Hope this helps!
Thanks, @cverges-medallia, this helps me to extract the entire list of projects through Workfront API.
Views
Replies
Total Likes