External DocumentationTo learn more, visit the Docusign documentation.
Actions
Get Document Fields
Get the custom document field information from an existing envelope document.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Document ID | The unique ID of the document within the envelope. |
| Envelope ID | The ID of the envelope. |
{
"documentFields": [
{
"name": "<string>",
"value": "<string>"
}
]
}
Was this page helpful?