The response for the getDocument operation.

GetDocumentResponse

interface GetDocumentResponse {
    documentId: string;
    documentUrl: string;
}

Properties

documentId: string

The identifier for the Data Kiosk document. This identifier is unique only in combination with a selling partner account ID.

GetDocumentResponse

documentUrl: string

A presigned URL that can be used to retrieve the Data Kiosk document. This URL expires after 5 minutes. If the Data Kiosk document is compressed, the Content-Encoding header will indicate the compression algorithm. Note: Most HTTP clients are capable of automatically decompressing downloaded files based on the Content-Encoding header.

GetDocumentResponse