DocuSign.Api.Folders.folders_get_folders
You're seeing just the function
folders_get_folders
, go back to DocuSign.Api.Folders module for more information.
Specs
folders_get_folders(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.Folders.t()} | {:error, Tesla.Env.t()}
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter.
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
- :include (String.t): Reserved for DocuSign.
- :start_position (String.t): Reserved for DocuSign.
- :template (String.t): Specifies the items that are returned. Valid values are: include - The folder list will return normal folders plus template folders. only - Only the list of template folders are returned.
- :user_filter (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure