DocuSign.Api.TemplateDocuments.documents_get_template_document
You're seeing just the function
documents_get_template_document
, go back to DocuSign.Api.TemplateDocuments module for more information.
Link to this function
documents_get_template_document(connection, account_id, document_id, template_id, opts \\ [])
View SourceSpecs
documents_get_template_document( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, String.t()} | {:error, Tesla.Env.t()}
Gets PDF documents from a template. Retrieves one or more PDF documents from the specified template. You can specify the ID of the document to retrieve or can specify `combined` to retrieve all documents in the template as one pdf.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- document_id (String.t): The ID of the document being accessed.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :encrypt (String.t):
- :show_changes (String.t):
Returns
} on success {:error, info} on failure