D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

FolderBean Data Type

Properties
name data type constraints description
id string required
name string required
title string required
displayName string required
path string required
parentId string required
vreFolder boolean required boolean

Example

{
  "id" : "...",
  "name" : "...",
  "title" : "...",
  "displayName" : "...",
  "path" : "...",
  "parentId" : "...",
  "vreFolder" : true
}