GET_ZONES
Retrieves zones and their linked documents from a DWP or Report.
At a glance
- Category Editor
- Version: 1.0.0
- Applications: all
- Scope: dwp, report
Config Options
| Name | Description | Default | Required | Resolved | Constraints | Conditional Rules |
|---|---|---|---|---|---|---|
includeLinks | Whether to include linked documents in each zone. Defaults to true. | true | false | false | None | None |
Outputs
| Type | Description | Optional |
|---|---|---|
list | Array of zone objects, each containing zone info and linked documents. | false |
object | The zones data as an object (same as list). | true |
Examples
Get zones with links
- step: GET_ZONES
Get zones without links
- step: GET_ZONES
includeLinks: false
See Also
General Resources: