I need to save the pdf reports in a Sharepoint online library

  • P3LifeTrials
    Asked on June 11, 2020 at 11:52 AM

    I need to get all pdf reports automatically uploaded to a SharePoint online library. Is there a way to do that with no security risk?

    If there is no such integration, do you have an API that let me get the pdf report?


    thank you


  • Mianala Jotform Support
    Replied on June 11, 2020 at 12:31 PM

    Hello @P3LifeTrials,

    There's no API endpoint for automatic PDF download or for retrieving the actual PDF file but you can construct the PDF link manually through API so you can download the PDF file. You can use the following URL to download the PDF file.

    https://www.jotform.com/server.php?action=getSubmissionPDF&sid=SubmissionID&formID=FormID

    Or

    https://www.jotform.com/pdf-submission/SubmissionID

    Just replace the bold text (SubmissionID and FormID) with the actual submission ID and form ID that you retrieved through API.

    Alternatively, you can use our Google Drive integration and use Google Drive API https://www.jotform.com/blog/google-drive-integration/.

    Let us know if you need further assistance.