Is there api which I can call to get or generate submission pdf?

  • sobanbrainx
    Asked on March 3, 2021 at 9:03 AM

    I found this: https://www.jotform.com/answers/2426325-get-pdf-submission
    but I can't call this from the script or server where I am receiving webhook. Because the url mentioned in the above link require user to be logged into the browser.

    And I am not seeing any api here: https://api.jotform.com/docs/


    Kindly let me know.

  • Richie JotForm Support
    Replied on March 3, 2021 at 9:41 AM

    You may try to disable the privacy settings to allow viewing submissions without log-in.

    1614782444 603f9feca4614 require log in Screenshot 10

    For API related questions you may contact our API Team at api@jotform.com.

  • sobanbrainx
    Replied on March 3, 2021 at 10:16 AM

    Thanks for the answer,
    this can work,
    But We want our app to be Hippa Compliance, and if we allow to view without login that would break the Compliance.

  • Richie JotForm Support
    Replied on March 3, 2021 at 11:52 AM

    Unfortunately, I don't have a work around regarding the login regarding the PDF submission.

    You need to login to grab the submission ID.

    You can receive the submission PDFs with our Google Drive integrations as well.

    From google drive perhaps you can also configure connection that will allow the submission PDF auto download to your server side.