D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Item Data Type

Properties
name data type constraints description
trashed boolean required boolean
externalManaged boolean required boolean
shared boolean required boolean
locked boolean required boolean
publicItem boolean required boolean
title string  
description string  
lastModifiedBy string  
lastModificationTime number  
creationTime number  
lastAction ItemAction  
hidden boolean required boolean
ownerNode Owner  
accounting Accounting  
metadata Metadata  
owner string  
Properties inherited from RootItem
name string  
relatedNode object  
path string  
parentId string  
id string  
parentPath string  
primaryType string  

Example

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