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

Example

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