DocuSign.Api.Envelopes.envelopes_get_envelope
You're seeing just the function
envelopes_get_envelope
, go back to DocuSign.Api.Envelopes module for more information.
Link to this function
envelopes_get_envelope(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
envelopes_get_envelope(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.Envelopes.t()} | {:error, Tesla.Env.t()}
Gets the status of a single envelope. Retrieves the overall status for the specified envelope. To get the status of a list of envelopes, use Envelope: listStatusChanges
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
- :advanced_update (String.t): When true, envelope information can be added or modified.
- :include (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure