node element

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

REST Model for a Node

Example JSON

{ "folderId" : ..., "publishDir" : "...", "binaryPublishDir" : "...", "host" : "...", "publishFsPages" : false, "publishFsFiles" : false, "publishContentMapPages" : false, "publishContentMapFiles" : false, "publishContentMapFolders" : false, "contentRepositoryId" : ..., "editorVersion" : ..., "contentEditor" : "AlohaEditor", "defaultFileFolderId" : ..., "defaultImageFolderId" : ..., "languagesId" : [ ..., ... ], "masterId" : ..., "urlRenderWayPages" : ..., "urlRenderWayFiles" : ..., "id" : ..., "globalId" : "...", "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", "deleted" : { "at" : ..., "by" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." } }, "masterDeleted" : { "at" : ..., "by" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." } }, "folderDeleted" : { "at" : ..., "by" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." } } }