nodeLoadResponse element

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

Response to a request to load a single node

Example JSON

{ "node" : { "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" : "..." } } }, "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }