Excel Add-In for DocuSign

Build 26.0.9655

EnvelopeDocumentFields

Retrieves the custom document fields for an envelope document.

View Specific Information

The add-in 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 add-in.

  • 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655