GET apiassetoauth/driive/documentdownload?documentId={documentId}
Download a document
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
documentId |
The id of the document to download |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DriiveDocumentResponse
DriiveDocumentDownloadResponseName | Description | Type | Additional information |
---|---|---|---|
FileExpiryDate | date |
None. |
|
FileURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "FileExpiryDate": "2025-04-27T15:43:07.8753695+00:00", "FileURL": "sample string 2" }
application/xml, text/xml
Sample:
<DriiveDocumentDownloadResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FileExpiryDate>2025-04-27T15:43:07.8753695+00:00</FileExpiryDate> <FileURL>sample string 2</FileURL> </DriiveDocumentDownloadResponse>