DocuSign.Api.TemplateBulkRecipients.recipients_get_template_bulk_recipients
You're seeing just the function
recipients_get_template_bulk_recipients
, go back to DocuSign.Api.TemplateBulkRecipients module for more information.
Link to this function
recipients_get_template_bulk_recipients(connection, account_id, recipient_id, template_id, opts \\ [])
View SourceSpecs
recipients_get_template_bulk_recipients( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateBulkRecipients.t()} | {:error, Tesla.Env.t()}
Gets the bulk recipient file from a template. Retrieves the bulk recipient file information from a template that has a bulk recipient.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :include_tabs (String.t): When set to true, the tab information associated with the recipient is included in the response.
- :start_position (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure