Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.64 KB

Folder.md

File metadata and controls

24 lines (20 loc) · 1.64 KB

Folder

Properties

Name Type Description Notes
errorDetails ErrorDetails [optional]
filter Filter [optional]
folderId String The id of the folder. [optional]
folderItems [FolderItemV2] A list of envelopes and templates that the folder contains. [optional]
folders [Folder] A list of folder objects. [optional]
hasAccess String When set to true, the current user has access to the folder. [optional]
hasSubFolders String When set to true, the folder has subfolders. [optional]
itemCount String The number of items in the folder. [optional]
name String The name of the folder. [optional]
owner UserInfo [optional]
parentFolderId String The id of the parent folder, or the special value `root` for the root folder. [optional]
parentFolderUri String The URI of the parent folder. [optional]
subFolderCount String The number of subfolders. [optional]
type String The type of folder. Possible values include: - `draft` - `inbox` - `normal` (a system-generated folder) - `recyclebin` - `sentitems` - `custom` (a custom folder created by a user) [optional]
uri String The URI for the folder. [optional]

[Back to Model list] [Back to API list] [Back to README]