NextGen APIs

GET /documents/dynamic-forms/r1/templates/{templateId}/releases/{releaseId}/global-expressions

Http Verb

GET

Url

/documents/dynamic-forms/r1/templates/{templateId}/releases/{releaseId}/global-expressions

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 global expressions associated with a specific release of the dynamic form template.

Global expressions are cross-node validation rules that can reference multiple nodes in the template and generate warnings or errors when evaluated.

This endpoint retrieves the read-only global expressions from a published release version.

Path Parameters

Field

Note

templateId

The unique identifier of the dynamic form template

releaseId

The unique identifier of the release

Query String Parameters

_language

Optional language code for filtering localized messages (defaults to user's language).

Fields ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Returns an array of global expression objects.

Field

Notes

id

Long - Unique identifier of the global expression

name

String - Name of the global expression

expression

String - Expression string using node references (e.g., #{endDate.value} > #{startDate.value})

message

LocalizedString - Localized message to display when the expression fails

type

String - Type of expression: WARNING or ERROR