Get Forms Files
Description: To get a list of files attached to a form, a HTTP GET request is made to the URL.
Method: GET
URI: /forms/form_id/files
URI Parameters
- form_id: The ID of the form
Parameters
- attachments: Pass true to only return files that can be attached when printed. Default value is false, if not passed.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Array of Form Files | Form File | A form file object. |
Example
Request
Response