how to get download URL document with just Given Id in WorkDocs through RestAPI

0

Is there any way to get the download URI of a document Without using version id? I have the Item id of that document but don't have its version id. Is that single rest API that will take the latest version id by default and give the download URL as a response?

已提问 1 年前219 查看次数
1 回答
1
已接受的回答

Hi,

Retrieving a document download url always requires a version Id.

If you don’t have it, you can find it with below call::

Above call returns a Metadata object which contains the version is (https://docs.aws.amazon.com/workdocs/latest/APIReference/API_DocumentMetadata.html)

Finally use the versionId to download the document. See below example for sdk:

https://docs.aws.amazon.com/workdocs/latest/developerguide/download-documents.html

Hope it helps!

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则