NodeLoadResponse Data Type

Response to a request to load a single node

Properties
name data type description
node Node Returned node (may be null)
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "node" : {
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "folderId" : 12345,
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "publishDir" : "...",
    "edate" : 12345,
    "type" : "image",
    "binaryPublishDir" : "...",
    "pubDirSegment" : true,
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "publishImageVariants" : true,
    "host" : "...",
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "hostProperty" : "...",
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "publishFs" : true,
    "publishFsPages" : true,
    "publishFsFiles" : true,
    "publishContentMap" : true,
    "publishContentMapPages" : true,
    "publishContentMapFiles" : true,
    "publishContentMapFolders" : true,
    "contentRepositoryId" : 12345,
    "disablePublish" : true,
    "editorVersion" : 12345,
    "contentEditor" : "AlohaEditor",
    "defaultFileFolderId" : 12345,
    "defaultImageFolderId" : 12345,
    "languagesId" : [ 12345, 12345 ],
    "masterId" : 12345,
    "inheritedFromId" : 12345,
    "inheritedFromName" : "...",
    "masterNodeId" : 12345,
    "urlRenderWayPages" : 12345,
    "urlRenderWayFiles" : 12345,
    "meshPreviewUrl" : "...",
    "meshPreviewUrlProperty" : "...",
    "insecurePreviewUrl" : true,
    "meshProject" : "...",
    "meshProjectName" : "...",
    "omitPageExtension" : true,
    "pageLanguageCode" : "NONE",
    "masterName" : "...",
    "contentRepositoryName" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}