What is the API methods to download form attachments?

  • kellyb1
    Asked on August 30, 2018 at 3:23 PM

    What API Method(s) are used to retrieve the attachments that have been uploaded with a form submission?

  • AshtonP
    Replied on August 30, 2018 at 4:20 PM

    Here is the direct link that will help you - http://api.jotform.com/docs/#form-id-files

    You can use /form/{id}/files to get a list of all uploaded files for a form. I hope this helps.