File and Folder Attributes
ATTRIBUTE | DESCRIPTION |
---|---|
entityId string | Unique identifier of the folder or file. |
entityType string | Possible values are file and folder. |
entityName string | Name of the file or folder. |
entityUri string | URL encoded value of absolute path of the file or folder. |
Loan Program Templates Contract
ATTRIBUTE | DESCRIPTION |
---|---|
name string | Loan Program Template folder name of the “path” folder. |
path string | Folder location of the “path”. |
contents array | Contents of the Loan Program template folder in the request “path”. These contents are Loan Program Template entities. Can include both Loan Program template subfolders and Loan Program Templates. |
contents.entityName string | Loan Program Template contents entity name. |
contents.entityType string | Loan Program Template contents entity type. Indicates whether the entity is a sub-folder “TemplateFolder” of the request “path”. Or, an actual “LoanProgramTemplate. Enums: TemplateFolder, LoanProgramTemplate |
contents.entityPath string | Location of the entity. - If contents.entityType = “TemplateFolder”, then this is the location is an additional sub-folder location, within the request “path” location. - If contents.entityType = “LoanProgramTemplate”, then this is the location of the actual Loan Program Template, within the request “path” folder. |
contents.hasSubFolders boolean | Only included in the response if the contents.entityType = “TemplateFolder”, this indicates whether the sub-folder has additional nested subfolders. Allowable values: true, false |