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?

feita há um ano215 visualizações
1 Resposta
1
Resposta aceita

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
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas