Download the document using document Version ID from Workfront in fusion and attach in a email | Community
Skip to main content
New Participant
June 25, 2025
Solved

Download the document using document Version ID from Workfront in fusion and attach in a email

  • June 25, 2025
  • 1 reply
  • 363 views
Hi Team, We have an issue where we need to download the document version based on the document version id. I am aware that we have a WF module download document which only supports for the document download by ID but not the version ID. Please share your thoughts here.
Best answer by Sven-iX

Moved to Workfront Fusion Questions

 

When you look at a doc version in Workfront, the download link is 

 

.......................my.workfront.adobe.com/internal/document/download?versionID=67cb73c.......fcf249b&ID=67cb73.....e1e225b1

 

Try that with a custom API call to get the session, then a HTTP call to download document 

the ##.Data attribute is the document content.

 

 

1 reply

Sven-iX
Sven-iXAccepted solution
New Participant
June 25, 2025

Moved to Workfront Fusion Questions

 

When you look at a doc version in Workfront, the download link is 

 

.......................my.workfront.adobe.com/internal/document/download?versionID=67cb73c.......fcf249b&ID=67cb73.....e1e225b1

 

Try that with a custom API call to get the session, then a HTTP call to download document 

the ##.Data attribute is the document content.