DocuSign.Api.CustomTabs.tab_get_custom_tab
You're seeing just the function
tab_get_custom_tab
, go back to DocuSign.Api.CustomTabs module for more information.
Link to this function
tab_get_custom_tab(connection, account_id, custom_tab_id, opts \\ [])
View SourceSpecs
tab_get_custom_tab(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.CustomTabs.t()} | {:error, Tesla.Env.t()}
Gets custom tab information. Retrieves information about the requested custom tab on the specified account.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- custom_tab_id (String.t):
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure