View Source DocuSign.Api.TemplateHtmlDefinitions (DocuSign v1.1.0)

API calls for all endpoints tagged TemplateHtmlDefinitions.

Link to this section Summary

Functions

Gets the Original HTML Definition used to generate the Responsive HTML for the template.

Link to this section Functions

Link to this function

responsive_html_get_template_html_definitions(connection, account_id, template_id, opts \\ [])

View Source
@spec responsive_html_get_template_html_definitions(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.DocumentHtmlDefinitionOriginals.t()}
  | {:ok, DocuSign.Model.ErrorDetails.t()}
  | {:error, Tesla.Env.t()}

Gets the Original HTML Definition used to generate the Responsive HTML for the template.

parameters

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.
  • opts (keyword): Optional parameters

returns

Returns

  • {:ok, DocuSign.Model.DocumentHtmlDefinitionOriginals.t} on success
  • {:error, Tesla.Env.t} on failure