DocuSign.Api.EnvelopeAttachments.attachments_get_attachment
You're seeing just the function
attachments_get_attachment
, go back to DocuSign.Api.EnvelopeAttachments module for more information.
Link to this function
attachments_get_attachment(connection, account_id, attachment_id, envelope_id, opts \\ [])
View SourceSpecs
attachments_get_attachment( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Retrieves an attachment from the envelope.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- attachment_id (String.t):
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure