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

FileItemBean Data Type

Properties
name data type constraints description
parent FolderBean required
name string required
id string required
path string required
title string required

Example

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