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

GCubeItem Data Type

Properties
name data type constraints description
shared boolean required boolean
scopes array of string  
itemType string  
creator string  
property Metadata  
properties string  
Properties inherited from Item
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

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