Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

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

Avatar

Level 2
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.
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

 

SveniX_0-1750861948873.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.

 

SveniX_0-1750861948873.png