View Source DocuSign.Api.TemplateDocumentHtmlDefinitions (DocuSign v1.2.0)
API calls for all endpoints tagged TemplateDocumentHtmlDefinitions
.
Summary
Functions
Gets the Original HTML Definition used to generate the Responsive HTML for a given document in a template.
Functions
Link to this function
responsive_html_get_template_document_html_definitions(connection, account_id, document_id, template_id, opts \\ [])
View Source@spec responsive_html_get_template_document_html_definitions( Tesla.Env.client(), String.t(), 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 a given document in a template.
Parameters
connection
(DocuSign.Connection): Connection to serveraccount_id
(String.t): The external account number (int) or account ID GUID.document_id
(String.t): The unique ID of the document within the envelope. Unlike other IDs in the eSignature API, you specify thedocumentId
yourself. Typically the first document has the ID1
, the second document2
, and so on, but you can use any numbering scheme that fits within a 32-bit signed integer (1 through 2147483647). Tab objects have adocumentId
property that specifies the document on which to place the tab.template_id
(String.t): The ID of the template.opts
(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.DocumentHtmlDefinitionOriginals.t}
on success{:error, Tesla.Env.t}
on failure