View Source DocuSign.Api.EnvelopeHtmlDefinitions (DocuSign v1.2.0)

API calls for all endpoints tagged EnvelopeHtmlDefinitions.

Summary

Functions

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

Functions

Link to this function

responsive_html_get_envelope_html_definitions(connection, account_id, envelope_id, opts \\ [])

View Source
@spec responsive_html_get_envelope_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 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. Example: 93be49ab-xxxx-xxxx-xxxx-f752070d71ec
  • opts (keyword): Optional parameters

Returns

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