GET apiassetoauth/driive/documentdownload/{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
DriiveDocumentDownloadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| FileExpiryDate | date |
None. |
|
| FileURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileExpiryDate": "2025-12-14T06:13:41.7053478+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-12-14T06:13:41.7053478+00:00</FileExpiryDate> <FileURL>sample string 2</FileURL> </DriiveDocumentDownloadResponse>