EnvelopeDocumentFields
Retrieves the custom document fields for an envelope document.
View Specific Information
The provider will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the provider.
- EnvelopeId supports the '='.
- DocumentId supports the '='.
For example, the following queries are processed server side:
SELECT * FROM EnvelopeDocumentFields WHERE EnvelopeId = '764c564c-b540-42d1-a667-ccee6813ef7b' SELECT * FROM EnvelopeDocumentFields WHERE DocumentId = '764'
Columns
| Name | Type | References | Description |
| EnvelopeId [KEY] | String | The ID of the envelope. | |
| DocumentId [KEY] | String | The ID of the document. | |
| Name | String | The name of the document field. | |
| Value | String | The value of the document field. |