DocuSign.Api.TemplateHtmlDefinitions (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged TemplateHtmlDefinitions.
Summary
Functions
Gets the Original HTML Definition used to generate the Responsive HTML for the template.
Functions
@spec responsive_html_get_template_html_definitions( DocuSign.Connection.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.DocumentHtmlDefinitionOriginals.t()} | {:error, Req.Response.t()}
Gets the Original HTML Definition used to generate the Responsive HTML for the template.
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.template_id(String.t): The ID of the template.opts(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.DocumentHtmlDefinitionOriginals.t}on success{:error, Req.Response.t}on failure