DocuSign.Api.GroupBrands.brands_get_group_brands
You're seeing just the function
brands_get_group_brands
, go back to DocuSign.Api.GroupBrands module for more information.
Link to this function
brands_get_group_brands(connection, account_id, group_id, opts \\ [])
View SourceSpecs
brands_get_group_brands(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.GroupBrands.t()} | {:error, Tesla.Env.t()}
Gets group brand ID Information. Retrieves information about the brands associated with the requested group.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- group_id (String.t): The ID of the group being accessed.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure