Get Task Changes (Dalux Field)
dalux_get_task_changesRetrieve incremental changes for tasks, approvals, and safety items on a Dalux project. Use the returned page link to fetch only new updates, avoiding duplicate processing.
Instructions
Incremental change feed for all tasks/approvals/safety items on a project. Dalux has no webhooks — polling this feed is the supported sync pattern. Keep the returned nextPage and pass it as pageLink later to fetch only new changes (stream end is signalled by endOfIncrementalStream=true).
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. |