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
ownerNode Owner  
creationTime number  
accounting Accounting  
owner string  
shared boolean required boolean
trashed boolean required boolean
lastModifiedBy string  
externalManaged boolean required boolean
lastModificationTime number  
publicItem boolean required boolean
metadata Metadata  
hidden boolean required boolean
title string  
lastAction ItemAction  
locked boolean required boolean
description string  
Properties inherited from RootItem
parentId string  
path string  
parentPath string  
relatedNode object  
name string  
primaryType string  
id string  

Example

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