DocuSign.Api.AccountBrands.brand_resources_get_brand_resources_list
You're seeing just the function
brand_resources_get_brand_resources_list
, go back to DocuSign.Api.AccountBrands module for more information.
Link to this function
brand_resources_get_brand_resources_list(connection, account_id, brand_id, opts \\ [])
View SourceSpecs
brand_resources_get_brand_resources_list( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.BrandResourcesList.t()} | {:error, Tesla.Env.t()}
Returns the specified account's list of branding resources (metadata).
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- brand_id (String.t): The unique identifier of a brand.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure