JDBC Driver for DocuSign

Build 23.0.8839

EnvelopeFormData

Returns envelope tab data for an existing envelope.To use this feature, the Sending Setting Allow sender to download form data must be enabled for the account.

View Specific Information

In order to make a successful request on this view, you have to specify EnvelopeId and AccountId.

For example:

SELECT * FROM EnvelopeFormData WHERE EnvelopeId='ea5f242a-0cb8-4e81-ae69-2be80ceabd84' AND AccountId='5cbbef28-5902-402d-a065-6da3525c9d9d'

Columns

Name Type References Description
EnvelopeId [KEY] String The envelope ID.
AccountId String The ID of the account.
PreFillFormDataSenderEmail String The sender's email address.
PreFillFormDataFormData String An array of Pre FillForm Form Data.
PreFillFormDataSendUserId String The User ID of the sender.
PreFillFormDataSenderName String The sender's name.
FormData String An array of formDataItem objects.
EmailSubject String The subject line of the email message that is sent to all recipients.
Status String Indicates the envelope status. Valid values are: sent,created.
SentDateTime Datetime Indicates the sent date time
RecipientFormData String An array of form data for each recipient of the envelope.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839