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

Example

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