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

Example

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