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

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