Skip to main content
Skip table of contents

Herunterladen einer Datei

Methode und Endpunkt

GET /Documents/{documentId}/download

Mit der Methode und dem Endpunkt GET /Documents/{documentId}/download können Sie die Datei eines Dokuments aus dem Zielsystem herunterladen. Die Datei wird als FileStream geliefert. Im Header der Antwort wird der Dateiname (Filename), der Inhaltstyp (Content-Type) und die Länge des Inhalts (Content-Length) zurückgegeben.

Beispiel für einen Request

NONE
GET /Documents/762f8698-f605-4de5-89fb-6f5fff3435fd/download
Accept: application/octet-stream
ModuleId: sharepoint
ConnectionString: targetHost=https://test.sharepoint.com;User=MyUserName;Password=MyPassword;ListId=MyListId;

Beispiel für einen Response (Header)

NONE
content-disposition: attachment; filename=2022-01-06-15-48-12-060804_MyFile.txt; filename*=UTF-8''2022-01-06-15-48-12-060804_MyFile.txt
content-type: application/octet-stream
content-length: 101
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.