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?

posta un anno fa219 visualizzazioni
1 Risposta
1
Risposta accettata

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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande