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

ItemWrapper Data Type

Properties
name data type description
item Item

Example

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