DocuSign.Api.EnvelopeBulkRecipients.recipients_get_bulk_recipients
You're seeing just the function
recipients_get_bulk_recipients
, go back to DocuSign.Api.EnvelopeBulkRecipients module for more information.
Link to this function
recipients_get_bulk_recipients(connection, account_id, envelope_id, recipient_id, opts \\ [])
View SourceSpecs
recipients_get_bulk_recipients( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeBulkRecipients.t()} | {:error, Tesla.Env.t()}
Gets the bulk recipient file from an envelope. Retrieves the bulk recipient file information from an envelope 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.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- opts (KeywordList): [optional] Optional parameters
- :include_tabs (String.t): If true include the tabs in the the result.
- :start_position (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure