Download Form Files
Description: To download a form file, a HTTP GET request is made to the URL with the form ID and file ID.
Method: GET
URI: /forms/form_id/files/file_id
URI Parameters
form_id: The ID of the form.
file_id: The ID of the file.
Headers: Authorization: Third party based authorization header
Returns: Returns file as binary download.
Example
Request