treeNode element

Type: treeNode
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

TreeNode Object, which build a folder structure

Example JSON

{ "folder" : { "inheritedFrom" : "...", "motherId" : ..., "publishDir" : "...", "description" : "...", "nodeId" : ..., "inherited" : false, "atposidx" : "...", "startPageId" : { }, "tags" : [ { "..." : ... }, { } ], "subfolders" : [ { "..." : ..., "id" : ..., "name" : "...", "creator" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "cdate" : ..., "editor" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "edate" : ..., "type" : "page" }, ... ], "hasSubfolders" : false, "privileges" : [ "viewfolder", ... ], "path" : "...", "id" : ..., "name" : "...", "creator" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "cdate" : ..., "editor" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "edate" : ..., "type" : "page" }, "children" : [ { "..." : ... }, ... ] }