DocuSign.Api.Templates.templates_get_template
You're seeing just the function
templates_get_template
, go back to DocuSign.Api.Templates module for more information.
Link to this function
templates_get_template(connection, account_id, template_id, opts \\ [])
View SourceSpecs
templates_get_template(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.Templates.t()} | {:error, Tesla.Env.t()}
Gets a list of templates for a specified account. Retrieves the definition of the specified template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :include (String.t): A comma-separated list of additional template attributes to include in the response. Valid values are: recipients, folders, documents, custom_fields, and notifications.
Returns
} on success {:error, info} on failure