Interface DocumentsPreviewTemporaryLinkResponse

A temporary link to download a preview of the document. The link is reachable without additional authentication details for a limited time.

interface DocumentsPreviewTemporaryLinkResponse {
    expirationTime: number;
    temporaryLink: string;
}

Properties

expirationTime: number
1519862400000
temporaryLink: string