List Form Attachments (Dalux Field)
dalux_list_form_attachmentsRetrieves all attachments from every form in a Dalux project, with pagination to handle large lists.
Instructions
List attachments across all forms on a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxPages | No | How many pages to fetch in one call (default 5, max 25). | |
| pageLink | No | Opaque nextPage link from a previous call — continues that list instead of starting over. | |
| projectId | Yes | Project id from dalux_list_projects. |