Skip to main content
Level 1
April 20, 2026
Solved

Download a specific document version using the Workfront APIs.

  • April 20, 2026
  • 2 replies
  • 33 views

Hi,

I am looking to download a specific version of doucment using the workfront api. I was able to download the latest version using the downloadURL on document but wanted to check if it is possible to download specific version throught Workfront apis.

Thanks

 

Best answer by Kurt_Jones

vk2023, there is an endpoint for Document Version in the Workfront api, DOCV, that would allow you to get data points from a specific version.  Here’s a link to the api explorer, https://developer.adobe.com/workfront/api-explorer/, you can search for document and see the version endpoints available to call to

2 replies

Kurt_Jones
Community Advisor and Adobe Champion
Kurt_JonesCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 21, 2026

vk2023, there is an endpoint for Document Version in the Workfront api, DOCV, that would allow you to get data points from a specific version.  Here’s a link to the api explorer, https://developer.adobe.com/workfront/api-explorer/, you can search for document and see the version endpoints available to call to

If my response answered your question, please mark it answered, so others can find the answer
vk2023Author
Level 1
April 22, 2026

Thanks Kurt for the details, was able to figure out the download version part in the download url if we replace the ID= with versionID= it downloads the specific version.