Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface DownloadFaxContentRequestData

    interface DownloadFaxContentRequestData {
        fileFormat?: "pdf";
        id: string;
    }
    Index

    Properties

    Properties

    fileFormat?: "pdf"

    The file format to download. Currently only PDF is supported.

    Use downloadContent without fileFormat. The path parameter is deprecated in the Fax API; see https://developers.sinch.com/docs/fax/api-reference/fax/faxes/getfaxfilebyid

    id: string

    The ID of the fax.