DocuSign.Api.EnvelopeTemplates.templates_get_envelope_templates
You're seeing just the function
templates_get_envelope_templates
, go back to DocuSign.Api.EnvelopeTemplates module for more information.
Link to this function
templates_get_envelope_templates(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
templates_get_envelope_templates( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeTemplates.t()} | {:error, Tesla.Env.t()}
Get List of Templates used in an Envelope This returns a list of the server-side templates, their name and ID, used in an 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
- :include (String.t): The possible values are: matching_applied - This returns template matching information for the template.
Returns
} on success {:error, info} on failure