Method: DocuSign_eSign::FoldersApi#list
- Defined in:
- lib/docusign_esign/api/folders_api.rb
#list(account_id, options = DocuSign_eSign::ListOptions.default) ⇒ FoldersResponse
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.
110 111 112 113 |
# File 'lib/docusign_esign/api/folders_api.rb', line 110 def list(account_id, = DocuSign_eSign::ListOptions.default) data, _status_code, _headers = list_with_http_info(account_id, ) return data end |