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

Item Data Type

Subtypes
GCubeItem
Properties
name data type constraints description
accounting Accounting  
publicItem boolean required boolean
lastModifiedBy string  
shared boolean required boolean
locked boolean required boolean
ownerNode Owner  
owner string  
externalManaged boolean required boolean
lastAction ItemAction  
creationTime number  
lastModificationTime number  
title string  
description string  
hidden boolean required boolean
trashed boolean required boolean
metadata Metadata  
Properties inherited from RootItem
name string  
relatedNode object  
primaryType string  
path string  
id string  
parentId string  
parentPath string  

Example

{
  "accounting" : {
    "entries" : [ {
      "version" : "...",
      "type" : "CUT",
      "date" : 12345,
      "primaryType" : "...",
      "user" : "..."
    }, {
      "version" : "...",
      "type" : "DISABLED_PUBLIC_ACCESS",
      "date" : 12345,
      "primaryType" : "...",
      "user" : "..."
    } ]
  },
  "publicItem" : true,
  "lastModifiedBy" : "...",
  "shared" : true,
  "locked" : true,
  "ownerNode" : {
    "userId" : "...",
    "userName" : "..."
  },
  "owner" : "...",
  "externalManaged" : true,
  "lastAction" : "UPDATED",
  "creationTime" : 12345,
  "lastModificationTime" : 12345,
  "title" : "...",
  "description" : "...",
  "hidden" : true,
  "trashed" : true,
  "metadata" : {
    "map" : {
      "property1" : { },
      "property2" : { }
    }
  },
  "name" : "...",
  "relatedNode" : { },
  "primaryType" : "...",
  "path" : "...",
  "id" : "...",
  "parentId" : "...",
  "parentPath" : "..."
}