DocuSign.Api.EnvelopeRecipientTabs.recipients_get_recipient_tabs
You're seeing just the function
recipients_get_recipient_tabs
, go back to DocuSign.Api.EnvelopeRecipientTabs module for more information.
Link to this function
recipients_get_recipient_tabs(connection, account_id, envelope_id, recipient_id, opts \\ [])
View SourceSpecs
recipients_get_recipient_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeRecipientTabs.t()} | {:error, Tesla.Env.t()}
Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope.
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_anchor_tab_locations (String.t): When set to true, all tabs with anchor tab properties are included in the response.
- :include_metadata (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure