DocuSign.Api.CustomTabs.tabs_get_tab_definitions
You're seeing just the function
tabs_get_tab_definitions
, go back to DocuSign.Api.CustomTabs module for more information.
Specs
tabs_get_tab_definitions(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.TabMetadataList.t()} | {:error, Tesla.Env.t()}
Gets a list of all account tabs. Retrieves a list of all tabs associated with the account.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :custom_tab_only (String.t): When set to true, only custom tabs are returned in the response.
Returns
} on success {:error, info} on failure