Is it possible to get a link to a downloadable PDF-version of a response via the API?

  • agilo
    Asked on June 30, 2016 at 9:39 AM

    We need to be able to link directly to the PDF-version of a response from our site. Is this possible through the API or other means?

  • Welvin Support Team Lead
    Replied on June 30, 2016 at 10:51 AM

    For our API Documentation, please access our API page at http://api.jotform.com/docs/. For API related concern, we recommend contacting our API team at api@jotform.com

    If you would like to display the list of PDF files, you can possibly do it using our Submissions View App: https://apps.jotform.com/app/submission_view.

    To call the PDF in the app, you can use this URL:

    http://www.jotform.com/pdf-submission/{id}

    Where {id} is the Submission ID. 

    You can customize the display of the links in the app. Please try it and let us know if you need some help.