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

Example

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