@webitel/api-services
    Preparing search index...

    Request for generating a call media PDF.

    interface WebitelMediaExporterPdfServiceCreateCallExportBody {
        fileIds?: string[];
        from?: string;
        to?: string;
    }
    Index

    Properties

    Properties

    fileIds?: string[]

    Optional: specific file IDs to include in the PDF.

    from?: string

    Start timestamp of the range (Unix millis).

    to?: string

    End timestamp of the range (Unix millis).