Page Data Type

Page object representing a page in GCN

Properties
name data type description
niceUrl string Nice URL
fileName string Filename
description string Description
templateId number Template ID
folderId number Folder ID
priority number Priority
publisher User Publisher
pdate number Publish Date
language string Language Code (if page has a language)
languageName string Language Name (if page has a language)
tags map of Tag Tags of the page
inheritedFrom string Name of the node, this page is inherited from.
inheritedFromId number Return the node id of the node this page is inherited from.
masterNode string Name of the node, the master object belongs to
masterNodeId number Return the id of the node, the master object belongs to.
pageVariants array of Page Page variants of the page
readOnly boolean True if the page was fetched readonly, false if fetched in edit mode
timeManagement TimeManagement Time Management
path string Folder path to the page
url string URL to the page
liveUrl string Live URL to the page
status number Status of the page
online boolean Whether the page is currently online.
template Template Template
folder Folder Folder
contentSetId number Contentset ID
contentGroupId number Contentgroup ID
languageVariants map of Page Language variants
inherited boolean True if the page was inherited
locked boolean True if the page is locked
lockedSince number Timestamp, since when the page is locked, or -1 if it is not locked
lockedBy User User, who locked the page
workflow Workflow Workflow attached to the page
translationStatus TranslationStatus Translation status information
currentVersion PageVersion Current version of the page
publishedVersion PageVersion Published version of the page
versions array of PageVersion Page versions
pageStatus PageStatus Get the page statustext
contentId number Get the content id
channelSetId number Get the channelset id
channelId number Get the channel id
master boolean Get whether this page is a master page
disinheritedChannels array of Node the set of disinherited channels for this object
excluded boolean Whether this page is excluded from multichannelling.
disinheritDefault boolean Whether this folder is disinherited by default in new channels.
disinherited boolean True if the page is disinherited in some channels
Properties inherited from ContentNodeItem
id number ID of the item
globalId string Global ID of the item
name string Name of the item
creator User Creator of the item
cdate number Creation date of the item
editor User Last editor of the item
edate number Last Edit Date of the item
type ItemType Item type
deleted DeleteInfo Deletion information, if object was deleted
masterDeleted DeleteInfo Deletion information about the master (if the object is not a master itself).
folderDeleted DeleteInfo Deletion information about the containing folder.

Example

{
  "niceUrl" : "...",
  "fileName" : "...",
  "description" : "...",
  "templateId" : 12345,
  "folderId" : 12345,
  "priority" : 12345,
  "publisher" : {
    "id" : 12345,
    "firstName" : "...",
    "lastName" : "...",
    "description" : "...",
    "email" : "...",
    "groups" : [ {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    }, {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    } ],
    "login" : "...",
    "password" : "..."
  },
  "pdate" : 12345,
  "language" : "...",
  "languageName" : "...",
  "tags" : {
    "property1" : {
      "id" : 12345,
      "name" : "...",
      "constructId" : 12345,
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "TABLE",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        },
        "property2" : {
          "type" : "NAVIGATION",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        }
      },
      "type" : "CONTENTTAG"
    },
    "property2" : {
      "id" : 12345,
      "name" : "...",
      "constructId" : 12345,
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "SELECT",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        },
        "property2" : {
          "type" : "BREADCRUMB",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        }
      },
      "type" : "TEMPLATETAG"
    }
  },
  "inheritedFrom" : "...",
  "inheritedFromId" : 12345,
  "masterNode" : "...",
  "masterNodeId" : 12345,
  "pageVariants" : [ {
    "niceUrl" : "...",
    "fileName" : "...",
    "description" : "...",
    "templateId" : 12345,
    "folderId" : 12345,
    "priority" : 12345,
    "publisher" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "pdate" : 12345,
    "language" : "...",
    "languageName" : "...",
    "tags" : {
      "property1" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      }
    },
    "inheritedFrom" : "...",
    "inheritedFromId" : 12345,
    "masterNode" : "...",
    "masterNodeId" : 12345,
    "pageVariants" : [ { }, { } ],
    "readOnly" : true,
    "timeManagement" : {
      "start" : 12345,
      "end" : 12345,
      "monday" : true,
      "tuesday" : true,
      "wednesday" : true,
      "thursday" : true,
      "friday" : true,
      "saturday" : true,
      "sunday" : true,
      "at" : 12345
    },
    "path" : "...",
    "url" : "...",
    "liveUrl" : "...",
    "status" : 12345,
    "online" : true,
    "template" : {
      "inheritedFrom" : "...",
      "masterNode" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "description" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "locked" : true,
      "markupLanguage" : { },
      "inherited" : true,
      "folderId" : 12345,
      "masterId" : 12345,
      "path" : "...",
      "templateTags" : {
        "property1" : { },
        "property2" : { }
      },
      "objectTags" : {
        "property1" : { },
        "property2" : { }
      },
      "source" : "...",
      "channelSetId" : 12345,
      "channelId" : 12345,
      "master" : true
    },
    "folder" : {
      "inheritedFrom" : "...",
      "inheritedFromId" : 12345,
      "masterNode" : "...",
      "masterNodeId" : 12345,
      "motherId" : 12345,
      "publishDir" : "...",
      "description" : "...",
      "nodeId" : 12345,
      "inherited" : true,
      "atposidx" : "...",
      "startPageId" : { },
      "tags" : {
        "property1" : { },
        "property2" : { }
      },
      "subfolders" : [ { }, { } ],
      "hasSubfolders" : true,
      "privileges" : [ "createtemplate", "createfile" ],
      "privilegeBits" : "...",
      "privilegeMap" : { },
      "path" : "...",
      "masterId" : 12345,
      "channelsetId" : 12345,
      "channelId" : 12345,
      "isMaster" : true,
      "disinheritedChannels" : [ { }, { } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "node",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    },
    "contentSetId" : 12345,
    "contentGroupId" : 12345,
    "languageVariants" : {
      "property1" : { },
      "property2" : { }
    },
    "inherited" : true,
    "locked" : true,
    "lockedSince" : 12345,
    "lockedBy" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "workflow" : {
      "groups" : [ { }, { } ],
      "message" : "...",
      "user" : { },
      "modified" : true,
      "timestamp" : 12345
    },
    "translationStatus" : {
      "pageId" : 12345,
      "name" : "...",
      "versionTimestamp" : 12345,
      "language" : "...",
      "inSync" : true,
      "version" : "...",
      "latestVersion" : { }
    },
    "currentVersion" : {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    },
    "publishedVersion" : {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    },
    "versions" : [ {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    }, {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    } ],
    "pageStatus" : "published",
    "contentId" : 12345,
    "channelSetId" : 12345,
    "channelId" : 12345,
    "master" : true,
    "disinheritedChannels" : [ {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "utf8" : true,
      "publishFs" : true,
      "publishFsPages" : true,
      "publishFsFiles" : true,
      "publishContentMap" : true,
      "publishContentMapPages" : true,
      "publishContentMapFiles" : true,
      "publishContentMapFolders" : true,
      "contentRepositoryId" : 12345,
      "disablePublish" : true,
      "editorVersion" : 12345,
      "contentEditor" : "LiveEditor",
      "defaultFileFolderId" : 12345,
      "defaultImageFolderId" : 12345,
      "languagesId" : [ 12345, 12345 ],
      "masterId" : 12345,
      "inheritedFromId" : 12345,
      "masterNodeId" : 12345,
      "urlRenderWayPages" : 12345,
      "urlRenderWayFiles" : 12345,
      "meshPreviewUrl" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "node",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    }, {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "utf8" : true,
      "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,
      "masterNodeId" : 12345,
      "urlRenderWayPages" : 12345,
      "urlRenderWayFiles" : 12345,
      "meshPreviewUrl" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "page",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    } ],
    "excluded" : true,
    "disinheritDefault" : true,
    "disinherited" : true,
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "edate" : 12345,
    "type" : "image",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  }, {
    "niceUrl" : "...",
    "fileName" : "...",
    "description" : "...",
    "templateId" : 12345,
    "folderId" : 12345,
    "priority" : 12345,
    "publisher" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "pdate" : 12345,
    "language" : "...",
    "languageName" : "...",
    "tags" : {
      "property1" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG"
      }
    },
    "inheritedFrom" : "...",
    "inheritedFromId" : 12345,
    "masterNode" : "...",
    "masterNodeId" : 12345,
    "pageVariants" : [ { }, { } ],
    "readOnly" : true,
    "timeManagement" : {
      "start" : 12345,
      "end" : 12345,
      "monday" : true,
      "tuesday" : true,
      "wednesday" : true,
      "thursday" : true,
      "friday" : true,
      "saturday" : true,
      "sunday" : true,
      "at" : 12345
    },
    "path" : "...",
    "url" : "...",
    "liveUrl" : "...",
    "status" : 12345,
    "online" : true,
    "template" : {
      "inheritedFrom" : "...",
      "masterNode" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "description" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "locked" : true,
      "markupLanguage" : { },
      "inherited" : true,
      "folderId" : 12345,
      "masterId" : 12345,
      "path" : "...",
      "templateTags" : {
        "property1" : { },
        "property2" : { }
      },
      "objectTags" : {
        "property1" : { },
        "property2" : { }
      },
      "source" : "...",
      "channelSetId" : 12345,
      "channelId" : 12345,
      "master" : true
    },
    "folder" : {
      "inheritedFrom" : "...",
      "inheritedFromId" : 12345,
      "masterNode" : "...",
      "masterNodeId" : 12345,
      "motherId" : 12345,
      "publishDir" : "...",
      "description" : "...",
      "nodeId" : 12345,
      "inherited" : true,
      "atposidx" : "...",
      "startPageId" : { },
      "tags" : {
        "property1" : { },
        "property2" : { }
      },
      "subfolders" : [ { }, { } ],
      "hasSubfolders" : true,
      "privileges" : [ "deletepage", "publishpage" ],
      "privilegeBits" : "...",
      "privilegeMap" : { },
      "path" : "...",
      "masterId" : 12345,
      "channelsetId" : 12345,
      "channelId" : 12345,
      "isMaster" : true,
      "disinheritedChannels" : [ { }, { } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "channel",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    },
    "contentSetId" : 12345,
    "contentGroupId" : 12345,
    "languageVariants" : {
      "property1" : { },
      "property2" : { }
    },
    "inherited" : true,
    "locked" : true,
    "lockedSince" : 12345,
    "lockedBy" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "workflow" : {
      "groups" : [ { }, { } ],
      "message" : "...",
      "user" : { },
      "modified" : true,
      "timestamp" : 12345
    },
    "translationStatus" : {
      "pageId" : 12345,
      "name" : "...",
      "versionTimestamp" : 12345,
      "language" : "...",
      "inSync" : true,
      "version" : "...",
      "latestVersion" : { }
    },
    "currentVersion" : {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    },
    "publishedVersion" : {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    },
    "versions" : [ {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    }, {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    } ],
    "pageStatus" : "edited",
    "contentId" : 12345,
    "channelSetId" : 12345,
    "channelId" : 12345,
    "master" : true,
    "disinheritedChannels" : [ {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "utf8" : true,
      "publishFs" : true,
      "publishFsPages" : true,
      "publishFsFiles" : true,
      "publishContentMap" : true,
      "publishContentMapPages" : true,
      "publishContentMapFiles" : true,
      "publishContentMapFolders" : true,
      "contentRepositoryId" : 12345,
      "disablePublish" : true,
      "editorVersion" : 12345,
      "contentEditor" : "LiveEditor",
      "defaultFileFolderId" : 12345,
      "defaultImageFolderId" : 12345,
      "languagesId" : [ 12345, 12345 ],
      "masterId" : 12345,
      "inheritedFromId" : 12345,
      "masterNodeId" : 12345,
      "urlRenderWayPages" : 12345,
      "urlRenderWayFiles" : 12345,
      "meshPreviewUrl" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "channel",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    }, {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "utf8" : true,
      "publishFs" : true,
      "publishFsPages" : true,
      "publishFsFiles" : true,
      "publishContentMap" : true,
      "publishContentMapPages" : true,
      "publishContentMapFiles" : true,
      "publishContentMapFolders" : true,
      "contentRepositoryId" : 12345,
      "disablePublish" : true,
      "editorVersion" : 12345,
      "contentEditor" : "LiveEditor",
      "defaultFileFolderId" : 12345,
      "defaultImageFolderId" : 12345,
      "languagesId" : [ 12345, 12345 ],
      "masterId" : 12345,
      "inheritedFromId" : 12345,
      "masterNodeId" : 12345,
      "urlRenderWayPages" : 12345,
      "urlRenderWayFiles" : 12345,
      "meshPreviewUrl" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "page",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    } ],
    "excluded" : true,
    "disinheritDefault" : true,
    "disinherited" : true,
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "edate" : 12345,
    "type" : "channel",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  } ],
  "readOnly" : true,
  "timeManagement" : {
    "start" : 12345,
    "end" : 12345,
    "monday" : true,
    "tuesday" : true,
    "wednesday" : true,
    "thursday" : true,
    "friday" : true,
    "saturday" : true,
    "sunday" : true,
    "at" : 12345
  },
  "path" : "...",
  "url" : "...",
  "liveUrl" : "...",
  "status" : 12345,
  "online" : true,
  "template" : {
    "inheritedFrom" : "...",
    "masterNode" : "...",
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "description" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "edate" : 12345,
    "locked" : true,
    "markupLanguage" : {
      "id" : 12345,
      "name" : "...",
      "extension" : "...",
      "contentType" : "..."
    },
    "inherited" : true,
    "folderId" : 12345,
    "masterId" : 12345,
    "path" : "...",
    "templateTags" : {
      "property1" : {
        "mandatory" : true,
        "editableInPage" : true,
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      },
      "property2" : {
        "mandatory" : true,
        "editableInPage" : true,
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG"
      }
    },
    "objectTags" : {
      "property1" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      }
    },
    "source" : "...",
    "channelSetId" : 12345,
    "channelId" : 12345,
    "master" : true
  },
  "folder" : {
    "inheritedFrom" : "...",
    "inheritedFromId" : 12345,
    "masterNode" : "...",
    "masterNodeId" : 12345,
    "motherId" : 12345,
    "publishDir" : "...",
    "description" : "...",
    "nodeId" : 12345,
    "inherited" : true,
    "atposidx" : "...",
    "startPageId" : { },
    "tags" : {
      "property1" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      }
    },
    "subfolders" : [ { }, { } ],
    "hasSubfolders" : true,
    "privileges" : [ "publishpage", "viewtemplate" ],
    "privilegeBits" : "...",
    "privilegeMap" : {
      "privileges" : {
        "property1" : true,
        "property2" : true
      },
      "languages" : [ { }, { } ]
    },
    "path" : "...",
    "masterId" : 12345,
    "channelsetId" : 12345,
    "channelId" : 12345,
    "isMaster" : true,
    "disinheritedChannels" : [ {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "utf8" : true,
      "publishFs" : true,
      "publishFsPages" : true,
      "publishFsFiles" : true,
      "publishContentMap" : true,
      "publishContentMapPages" : true,
      "publishContentMapFiles" : true,
      "publishContentMapFolders" : true,
      "contentRepositoryId" : 12345,
      "disablePublish" : true,
      "editorVersion" : 12345,
      "contentEditor" : "LiveEditor",
      "defaultFileFolderId" : 12345,
      "defaultImageFolderId" : 12345,
      "languagesId" : [ 12345, 12345 ],
      "masterId" : 12345,
      "inheritedFromId" : 12345,
      "masterNodeId" : 12345,
      "urlRenderWayPages" : 12345,
      "urlRenderWayFiles" : 12345,
      "meshPreviewUrl" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "page",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    }, {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "utf8" : true,
      "publishFs" : true,
      "publishFsPages" : true,
      "publishFsFiles" : true,
      "publishContentMap" : true,
      "publishContentMapPages" : true,
      "publishContentMapFiles" : true,
      "publishContentMapFolders" : true,
      "contentRepositoryId" : 12345,
      "disablePublish" : true,
      "editorVersion" : 12345,
      "contentEditor" : "LiveEditor",
      "defaultFileFolderId" : 12345,
      "defaultImageFolderId" : 12345,
      "languagesId" : [ 12345, 12345 ],
      "masterId" : 12345,
      "inheritedFromId" : 12345,
      "masterNodeId" : 12345,
      "urlRenderWayPages" : 12345,
      "urlRenderWayFiles" : 12345,
      "meshPreviewUrl" : "...",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "image",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    } ],
    "excluded" : true,
    "disinheritDefault" : true,
    "disinherited" : true,
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "edate" : 12345,
    "type" : "folder",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  },
  "contentSetId" : 12345,
  "contentGroupId" : 12345,
  "languageVariants" : {
    "property1" : {
      "niceUrl" : "...",
      "fileName" : "...",
      "description" : "...",
      "templateId" : 12345,
      "folderId" : 12345,
      "priority" : 12345,
      "publisher" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "pdate" : 12345,
      "language" : "...",
      "languageName" : "...",
      "tags" : {
        "property1" : {
          "id" : 12345,
          "name" : "...",
          "constructId" : 12345,
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG"
        },
        "property2" : {
          "id" : 12345,
          "name" : "...",
          "constructId" : 12345,
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG"
        }
      },
      "inheritedFrom" : "...",
      "inheritedFromId" : 12345,
      "masterNode" : "...",
      "masterNodeId" : 12345,
      "pageVariants" : [ { }, { } ],
      "readOnly" : true,
      "timeManagement" : {
        "start" : 12345,
        "end" : 12345,
        "monday" : true,
        "tuesday" : true,
        "wednesday" : true,
        "thursday" : true,
        "friday" : true,
        "saturday" : true,
        "sunday" : true,
        "at" : 12345
      },
      "path" : "...",
      "url" : "...",
      "liveUrl" : "...",
      "status" : 12345,
      "online" : true,
      "template" : {
        "inheritedFrom" : "...",
        "masterNode" : "...",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "description" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "locked" : true,
        "markupLanguage" : { },
        "inherited" : true,
        "folderId" : 12345,
        "masterId" : 12345,
        "path" : "...",
        "templateTags" : {
          "property1" : { },
          "property2" : { }
        },
        "objectTags" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "channelSetId" : 12345,
        "channelId" : 12345,
        "master" : true
      },
      "folder" : {
        "inheritedFrom" : "...",
        "inheritedFromId" : 12345,
        "masterNode" : "...",
        "masterNodeId" : 12345,
        "motherId" : 12345,
        "publishDir" : "...",
        "description" : "...",
        "nodeId" : 12345,
        "inherited" : true,
        "atposidx" : "...",
        "startPageId" : { },
        "tags" : {
          "property1" : { },
          "property2" : { }
        },
        "subfolders" : [ { }, { } ],
        "hasSubfolders" : true,
        "privileges" : [ "inheritance", "deletetemplate" ],
        "privilegeBits" : "...",
        "privilegeMap" : { },
        "path" : "...",
        "masterId" : 12345,
        "channelsetId" : 12345,
        "channelId" : 12345,
        "isMaster" : true,
        "disinheritedChannels" : [ { }, { } ],
        "excluded" : true,
        "disinheritDefault" : true,
        "disinherited" : true,
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "file",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      },
      "contentSetId" : 12345,
      "contentGroupId" : 12345,
      "languageVariants" : {
        "property1" : { },
        "property2" : { }
      },
      "inherited" : true,
      "locked" : true,
      "lockedSince" : 12345,
      "lockedBy" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "workflow" : {
        "groups" : [ { }, { } ],
        "message" : "...",
        "user" : { },
        "modified" : true,
        "timestamp" : 12345
      },
      "translationStatus" : {
        "pageId" : 12345,
        "name" : "...",
        "versionTimestamp" : 12345,
        "language" : "...",
        "inSync" : true,
        "version" : "...",
        "latestVersion" : { }
      },
      "currentVersion" : {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      },
      "publishedVersion" : {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      },
      "versions" : [ {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      }, {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      } ],
      "pageStatus" : "timeframe",
      "contentId" : 12345,
      "channelSetId" : 12345,
      "channelId" : 12345,
      "master" : true,
      "disinheritedChannels" : [ {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "utf8" : true,
        "publishFs" : true,
        "publishFsPages" : true,
        "publishFsFiles" : true,
        "publishContentMap" : true,
        "publishContentMapPages" : true,
        "publishContentMapFiles" : true,
        "publishContentMapFolders" : true,
        "contentRepositoryId" : 12345,
        "disablePublish" : true,
        "editorVersion" : 12345,
        "contentEditor" : "LiveEditor",
        "defaultFileFolderId" : 12345,
        "defaultImageFolderId" : 12345,
        "languagesId" : [ 12345, 12345 ],
        "masterId" : 12345,
        "inheritedFromId" : 12345,
        "masterNodeId" : 12345,
        "urlRenderWayPages" : 12345,
        "urlRenderWayFiles" : 12345,
        "meshPreviewUrl" : "...",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "folder",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      }, {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "utf8" : true,
        "publishFs" : true,
        "publishFsPages" : true,
        "publishFsFiles" : true,
        "publishContentMap" : true,
        "publishContentMapPages" : true,
        "publishContentMapFiles" : true,
        "publishContentMapFolders" : true,
        "contentRepositoryId" : 12345,
        "disablePublish" : true,
        "editorVersion" : 12345,
        "contentEditor" : "LiveEditor",
        "defaultFileFolderId" : 12345,
        "defaultImageFolderId" : 12345,
        "languagesId" : [ 12345, 12345 ],
        "masterId" : 12345,
        "inheritedFromId" : 12345,
        "masterNodeId" : 12345,
        "urlRenderWayPages" : 12345,
        "urlRenderWayFiles" : 12345,
        "meshPreviewUrl" : "...",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "image",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "cdate" : 12345,
      "editor" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "edate" : 12345,
      "type" : "folder",
      "deleted" : {
        "at" : 12345,
        "by" : { }
      },
      "masterDeleted" : {
        "at" : 12345,
        "by" : { }
      },
      "folderDeleted" : {
        "at" : 12345,
        "by" : { }
      }
    },
    "property2" : {
      "niceUrl" : "...",
      "fileName" : "...",
      "description" : "...",
      "templateId" : 12345,
      "folderId" : 12345,
      "priority" : 12345,
      "publisher" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "pdate" : 12345,
      "language" : "...",
      "languageName" : "...",
      "tags" : {
        "property1" : {
          "id" : 12345,
          "name" : "...",
          "constructId" : 12345,
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG"
        },
        "property2" : {
          "id" : 12345,
          "name" : "...",
          "constructId" : 12345,
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "CONTENTTAG"
        }
      },
      "inheritedFrom" : "...",
      "inheritedFromId" : 12345,
      "masterNode" : "...",
      "masterNodeId" : 12345,
      "pageVariants" : [ { }, { } ],
      "readOnly" : true,
      "timeManagement" : {
        "start" : 12345,
        "end" : 12345,
        "monday" : true,
        "tuesday" : true,
        "wednesday" : true,
        "thursday" : true,
        "friday" : true,
        "saturday" : true,
        "sunday" : true,
        "at" : 12345
      },
      "path" : "...",
      "url" : "...",
      "liveUrl" : "...",
      "status" : 12345,
      "online" : true,
      "template" : {
        "inheritedFrom" : "...",
        "masterNode" : "...",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "description" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "locked" : true,
        "markupLanguage" : { },
        "inherited" : true,
        "folderId" : 12345,
        "masterId" : 12345,
        "path" : "...",
        "templateTags" : {
          "property1" : { },
          "property2" : { }
        },
        "objectTags" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "channelSetId" : 12345,
        "channelId" : 12345,
        "master" : true
      },
      "folder" : {
        "inheritedFrom" : "...",
        "inheritedFromId" : 12345,
        "masterNode" : "...",
        "masterNodeId" : 12345,
        "motherId" : 12345,
        "publishDir" : "...",
        "description" : "...",
        "nodeId" : 12345,
        "inherited" : true,
        "atposidx" : "...",
        "startPageId" : { },
        "tags" : {
          "property1" : { },
          "property2" : { }
        },
        "subfolders" : [ { }, { } ],
        "hasSubfolders" : true,
        "privileges" : [ "importpage", "viewfile" ],
        "privilegeBits" : "...",
        "privilegeMap" : { },
        "path" : "...",
        "masterId" : 12345,
        "channelsetId" : 12345,
        "channelId" : 12345,
        "isMaster" : true,
        "disinheritedChannels" : [ { }, { } ],
        "excluded" : true,
        "disinheritDefault" : true,
        "disinherited" : true,
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "channel",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      },
      "contentSetId" : 12345,
      "contentGroupId" : 12345,
      "languageVariants" : {
        "property1" : { },
        "property2" : { }
      },
      "inherited" : true,
      "locked" : true,
      "lockedSince" : 12345,
      "lockedBy" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "workflow" : {
        "groups" : [ { }, { } ],
        "message" : "...",
        "user" : { },
        "modified" : true,
        "timestamp" : 12345
      },
      "translationStatus" : {
        "pageId" : 12345,
        "name" : "...",
        "versionTimestamp" : 12345,
        "language" : "...",
        "inSync" : true,
        "version" : "...",
        "latestVersion" : { }
      },
      "currentVersion" : {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      },
      "publishedVersion" : {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      },
      "versions" : [ {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      }, {
        "number" : "...",
        "timestamp" : 12345,
        "editor" : { }
      } ],
      "pageStatus" : "publishat",
      "contentId" : 12345,
      "channelSetId" : 12345,
      "channelId" : 12345,
      "master" : true,
      "disinheritedChannels" : [ {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "utf8" : true,
        "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,
        "masterNodeId" : 12345,
        "urlRenderWayPages" : 12345,
        "urlRenderWayFiles" : 12345,
        "meshPreviewUrl" : "...",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "page",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      }, {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "utf8" : true,
        "publishFs" : true,
        "publishFsPages" : true,
        "publishFsFiles" : true,
        "publishContentMap" : true,
        "publishContentMapPages" : true,
        "publishContentMapFiles" : true,
        "publishContentMapFolders" : true,
        "contentRepositoryId" : 12345,
        "disablePublish" : true,
        "editorVersion" : 12345,
        "contentEditor" : "LiveEditor",
        "defaultFileFolderId" : 12345,
        "defaultImageFolderId" : 12345,
        "languagesId" : [ 12345, 12345 ],
        "masterId" : 12345,
        "inheritedFromId" : 12345,
        "masterNodeId" : 12345,
        "urlRenderWayPages" : 12345,
        "urlRenderWayFiles" : 12345,
        "meshPreviewUrl" : "...",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "file",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "cdate" : 12345,
      "editor" : {
        "id" : 12345,
        "firstName" : "...",
        "lastName" : "...",
        "description" : "...",
        "email" : "...",
        "groups" : [ { }, { } ],
        "login" : "...",
        "password" : "..."
      },
      "edate" : 12345,
      "type" : "channel",
      "deleted" : {
        "at" : 12345,
        "by" : { }
      },
      "masterDeleted" : {
        "at" : 12345,
        "by" : { }
      },
      "folderDeleted" : {
        "at" : 12345,
        "by" : { }
      }
    }
  },
  "inherited" : true,
  "locked" : true,
  "lockedSince" : 12345,
  "lockedBy" : {
    "id" : 12345,
    "firstName" : "...",
    "lastName" : "...",
    "description" : "...",
    "email" : "...",
    "groups" : [ {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    }, {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    } ],
    "login" : "...",
    "password" : "..."
  },
  "workflow" : {
    "groups" : [ {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    }, {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    } ],
    "message" : "...",
    "user" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "modified" : true,
    "timestamp" : 12345
  },
  "translationStatus" : {
    "pageId" : 12345,
    "name" : "...",
    "versionTimestamp" : 12345,
    "language" : "...",
    "inSync" : true,
    "version" : "...",
    "latestVersion" : {
      "versionTimestamp" : 12345,
      "version" : "..."
    }
  },
  "currentVersion" : {
    "number" : "...",
    "timestamp" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  },
  "publishedVersion" : {
    "number" : "...",
    "timestamp" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  },
  "versions" : [ {
    "number" : "...",
    "timestamp" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  }, {
    "number" : "...",
    "timestamp" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  } ],
  "pageStatus" : "published",
  "contentId" : 12345,
  "channelSetId" : 12345,
  "channelId" : 12345,
  "master" : true,
  "disinheritedChannels" : [ {
    "folderId" : 12345,
    "publishDir" : "...",
    "binaryPublishDir" : "...",
    "pubDirSegment" : true,
    "https" : true,
    "host" : "...",
    "utf8" : true,
    "publishFs" : true,
    "publishFsPages" : true,
    "publishFsFiles" : true,
    "publishContentMap" : true,
    "publishContentMapPages" : true,
    "publishContentMapFiles" : true,
    "publishContentMapFolders" : true,
    "contentRepositoryId" : 12345,
    "disablePublish" : true,
    "editorVersion" : 12345,
    "contentEditor" : "LiveEditor",
    "defaultFileFolderId" : 12345,
    "defaultImageFolderId" : 12345,
    "languagesId" : [ 12345, 12345 ],
    "masterId" : 12345,
    "inheritedFromId" : 12345,
    "masterNodeId" : 12345,
    "urlRenderWayPages" : 12345,
    "urlRenderWayFiles" : 12345,
    "meshPreviewUrl" : "...",
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "edate" : 12345,
    "type" : "page",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  }, {
    "folderId" : 12345,
    "publishDir" : "...",
    "binaryPublishDir" : "...",
    "pubDirSegment" : true,
    "https" : true,
    "host" : "...",
    "utf8" : true,
    "publishFs" : true,
    "publishFsPages" : true,
    "publishFsFiles" : true,
    "publishContentMap" : true,
    "publishContentMapPages" : true,
    "publishContentMapFiles" : true,
    "publishContentMapFolders" : true,
    "contentRepositoryId" : 12345,
    "disablePublish" : true,
    "editorVersion" : 12345,
    "contentEditor" : "LiveEditor",
    "defaultFileFolderId" : 12345,
    "defaultImageFolderId" : 12345,
    "languagesId" : [ 12345, 12345 ],
    "masterId" : 12345,
    "inheritedFromId" : 12345,
    "masterNodeId" : 12345,
    "urlRenderWayPages" : 12345,
    "urlRenderWayFiles" : 12345,
    "meshPreviewUrl" : "...",
    "id" : 12345,
    "globalId" : "...",
    "name" : "...",
    "creator" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "cdate" : 12345,
    "editor" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    },
    "edate" : 12345,
    "type" : "node",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  } ],
  "excluded" : true,
  "disinheritDefault" : true,
  "disinherited" : true,
  "id" : 12345,
  "globalId" : "...",
  "name" : "...",
  "creator" : {
    "id" : 12345,
    "firstName" : "...",
    "lastName" : "...",
    "description" : "...",
    "email" : "...",
    "groups" : [ {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    }, {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    } ],
    "login" : "...",
    "password" : "..."
  },
  "cdate" : 12345,
  "editor" : {
    "id" : 12345,
    "firstName" : "...",
    "lastName" : "...",
    "description" : "...",
    "email" : "...",
    "groups" : [ {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    }, {
      "id" : 12345,
      "name" : "...",
      "description" : "...",
      "children" : [ { }, { } ]
    } ],
    "login" : "...",
    "password" : "..."
  },
  "edate" : 12345,
  "type" : "page",
  "deleted" : {
    "at" : 12345,
    "by" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  },
  "masterDeleted" : {
    "at" : 12345,
    "by" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  },
  "folderDeleted" : {
    "at" : 12345,
    "by" : {
      "id" : 12345,
      "firstName" : "...",
      "lastName" : "...",
      "description" : "...",
      "email" : "...",
      "groups" : [ { }, { } ],
      "login" : "...",
      "password" : "..."
    }
  }
}