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

Example

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