DocuSign v0.2.4 DocuSign.Api.EnvelopeFormData View Source
API calls for all endpoints tagged `EnvelopeFormData`.
Link to this section Summary
Functions
Returns envelope form data for an existing envelope.
Link to this section Functions
Link to this function
form_data_get_form_data(connection, account_id, envelope_id, opts \\ [])
View Sourceform_data_get_form_data(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.EnvelopeFormData.t()} | {:error, Tesla.Env.t()}
Returns envelope form data for an existing envelope.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- opts (KeywordList): [optional] Optional parameters
Returns
{:ok, %DocuSign.Model.EnvelopeFormData{}} on success {:error, info} on failure