DocuSign.Api.TemplateRecipients.recipients_get_template_recipients
You're seeing just the function
recipients_get_template_recipients
, go back to DocuSign.Api.TemplateRecipients module for more information.
Link to this function
recipients_get_template_recipients(connection, account_id, template_id, opts \\ [])
View SourceSpecs
recipients_get_template_recipients( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateRecipients.t()} | {:error, Tesla.Env.t()}
Gets recipient information from a template. Retrieves the information for all recipients in the specified template.
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 being accessed.
- opts (KeywordList): [optional] Optional parameters
- :include_anchor_tab_locations (String.t): When set to true and `include_tabs` is set to true, all tabs with anchor tab properties are included in the response.
- :include_extended (String.t): When set to true, the extended properties are included in the response.
- :include_tabs (String.t): When set to true, the tab information associated with the recipient is included in the response.
Returns
} on success {:error, info} on failure