Get Envelope DocGen Form Fields
GET/restapi/v2.1/accounts/:accountId/envelopes/:envelopeId/docGenFormFields
Returns the sender-side merge fields the envelope's DocGen template
exposes, with any per-envelope overrides previously written via PUT
merged on top. Works at any envelope status (read-only). Source of
truth for the field model is the linked Sign template's
mergeFields (the TemplateGenerationMetadata captured at import).
Request
Responses
- 200
- 404
- 422
DocuSign EnvelopeDocGenFormFieldList.
Envelope not found, or compat flag disabled.
Envelope is not configured for DocGen rendering.