NextGen APIs

GET /documents/dynamic-forms/r1/sheets/{sheetId}/nodes

Http Verb

GET

Url

/documents/dynamic-forms/r1/sheets/{sheetId}/nodes

Permissions required


Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W1 (FSM 22.0)

Deprecated since


Removed since


Tech Tags


Business Logic

This API returns the tree model of the requested dynamic forms sheet

Path Parameters

Field

sheetId

Query String Parameters

Fields ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Notes

id


type

Object containing the node structure. Node structure is different for each type of node, check the documentation here: Dynamic Forms Sheets: Node Types

properties

Object: { String code, LocalizedString description, String color, String note}

expressions

Object: { String visible, String readonly, String mandatory, String initialValue, String computedValue, Long evaluationOrder}

status

Object { boolean visible, boolean readonly, boolean mandatory}