| name | data type | constraints | description |
|---|---|---|---|
| id | string | required | |
| name | string | required | |
| title | string | required | |
| path | string | required | |
| parent | FolderBean | required |
Example
{
"id" : "...",
"name" : "...",
"title" : "...",
"path" : "...",
"parent" : {
"id" : "...",
"name" : "...",
"title" : "...",
"displayName" : "...",
"path" : "...",
"parentId" : "...",
"vreFolder" : true
}
}