Page Data Type

Page object representing a page in GCN

Properties
name data type constraints description
niceUrl string   Nice URL
alternateUrls array of string   Alternate URLs (in alphabetical order)
fileName string   Filename
description string   Description
templateId number   Template ID
folderId number   Folder ID
priority number   Priority
publisher User   Publisher
pdate number required int 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 required 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
publishPath string   Publish path
online boolean required boolean Whether the page is currently online.
modified boolean required boolean Whether the page is modified (the last version of the page is not the currently published one)
queued boolean required boolean Whether the page is in queue for being published or taken offline
planned boolean required boolean Whether the page has time management set or not
template Template   Template
folder Folder   Folder
contentSetId number   Contentset ID
contentGroupId number   Contentgroup ID
languageVariants map of Page   Language variants
inherited boolean required boolean True if the page was inherited
locked boolean required boolean True if the page is locked
lockedSince number required int 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
contentId number   Get the content id
channelSetId number   Get the channelset id
channelId number   Get the channel id
master boolean required 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
customCdate number   Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date)
customEdate number   Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date)
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 required int Creation date of the item
editor User   Last editor of the item
edate number required int 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" : "...",
  "alternateUrls" : [ "...", "..." ],
  "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,
      "construct" : {
        "keyword" : "...",
        "mayBeSubtag" : true,
        "mayContainSubtags" : true,
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "description" : "...",
        "icon" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "editdo" : 12345,
        "category" : "...",
        "categorySortorder" : 12345,
        "newEditor" : true,
        "externalEditorUrl" : "...",
        "parts" : [ { }, { } ],
        "visibleInMenu" : true,
        "nameI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "descriptionI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "autoEnable" : true,
        "liveEditorTagName" : "...",
        "hopeditHook" : "...",
        "categoryId" : 12345
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "NODE",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "formId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        },
        "property2" : {
          "type" : "RICHTEXT",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "formId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        }
      },
      "type" : "OBJECTTAG"
    },
    "property2" : {
      "id" : 12345,
      "name" : "...",
      "constructId" : 12345,
      "construct" : {
        "keyword" : "...",
        "mayBeSubtag" : true,
        "mayContainSubtags" : true,
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "description" : "...",
        "icon" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "editdo" : 12345,
        "category" : "...",
        "categorySortorder" : 12345,
        "newEditor" : true,
        "externalEditorUrl" : "...",
        "parts" : [ { }, { } ],
        "visibleInMenu" : true,
        "nameI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "descriptionI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "autoEnable" : true,
        "liveEditorTagName" : "...",
        "hopeditHook" : "...",
        "categoryId" : 12345
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "SELECT",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "formId" : 12345,
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasourceId" : 12345,
          "overview" : { },
          "templateId" : 12345,
          "contentTagId" : 12345,
          "templateTagId" : 12345,
          "nodeId" : 12345,
          "partId" : 12345,
          "id" : 12345,
          "globalId" : "..."
        },
        "property2" : {
          "type" : "TABLE",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : 12345,
          "imageId" : 12345,
          "folderId" : 12345,
          "pageId" : 12345,
          "formId" : 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" : "...",
    "alternateUrls" : [ "...", "..." ],
    "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,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      }
    },
    "inheritedFrom" : "...",
    "inheritedFromId" : 12345,
    "masterNode" : "...",
    "masterNodeId" : 12345,
    "pageVariants" : [ { }, { } ],
    "readOnly" : true,
    "timeManagement" : {
      "at" : 12345,
      "version" : { },
      "offlineAt" : 12345,
      "queuedPublish" : { },
      "queuedOffline" : { }
    },
    "path" : "...",
    "url" : "...",
    "liveUrl" : "...",
    "publishPath" : "...",
    "online" : true,
    "modified" : true,
    "queued" : true,
    "planned" : 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" : [ "createfile", "updatetagtypes" ],
      "privilegeBits" : "...",
      "privilegeMap" : { },
      "path" : "...",
      "masterId" : 12345,
      "channelsetId" : 12345,
      "channelId" : 12345,
      "isMaster" : true,
      "disinheritedChannels" : [ { }, { } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "meshProject" : "...",
      "breadcrumbs" : [ { }, { } ],
      "nameI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "publishDirI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "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" : { }
    } ],
    "contentId" : 12345,
    "channelSetId" : 12345,
    "channelId" : 12345,
    "master" : true,
    "disinheritedChannels" : [ {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "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" : "...",
      "insecurePreviewUrl" : true,
      "meshProject" : "...",
      "omitPageExtension" : true,
      "pageLanguageCode" : "NONE",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "channel",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    }, {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "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" : "...",
      "insecurePreviewUrl" : true,
      "meshProject" : "...",
      "omitPageExtension" : true,
      "pageLanguageCode" : "PATH",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "file",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    } ],
    "excluded" : true,
    "disinheritDefault" : true,
    "disinherited" : true,
    "customCdate" : 12345,
    "customEdate" : 12345,
    "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" : { }
    }
  }, {
    "niceUrl" : "...",
    "alternateUrls" : [ "...", "..." ],
    "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,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      }
    },
    "inheritedFrom" : "...",
    "inheritedFromId" : 12345,
    "masterNode" : "...",
    "masterNodeId" : 12345,
    "pageVariants" : [ { }, { } ],
    "readOnly" : true,
    "timeManagement" : {
      "at" : 12345,
      "version" : { },
      "offlineAt" : 12345,
      "queuedPublish" : { },
      "queuedOffline" : { }
    },
    "path" : "...",
    "url" : "...",
    "liveUrl" : "...",
    "publishPath" : "...",
    "online" : true,
    "modified" : true,
    "queued" : true,
    "planned" : 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" : [ "updatefolder", "updatepage" ],
      "privilegeBits" : "...",
      "privilegeMap" : { },
      "path" : "...",
      "masterId" : 12345,
      "channelsetId" : 12345,
      "channelId" : 12345,
      "isMaster" : true,
      "disinheritedChannels" : [ { }, { } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "meshProject" : "...",
      "breadcrumbs" : [ { }, { } ],
      "nameI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "publishDirI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "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" : { }
    } ],
    "contentId" : 12345,
    "channelSetId" : 12345,
    "channelId" : 12345,
    "master" : true,
    "disinheritedChannels" : [ {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "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" : "...",
      "insecurePreviewUrl" : true,
      "meshProject" : "...",
      "omitPageExtension" : true,
      "pageLanguageCode" : "PATH",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "form",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    }, {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "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" : "...",
      "insecurePreviewUrl" : true,
      "meshProject" : "...",
      "omitPageExtension" : true,
      "pageLanguageCode" : "PATH",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "folder",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    } ],
    "excluded" : true,
    "disinheritDefault" : true,
    "disinherited" : true,
    "customCdate" : 12345,
    "customEdate" : 12345,
    "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" : "file",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  } ],
  "readOnly" : true,
  "timeManagement" : {
    "at" : 12345,
    "version" : {
      "number" : "...",
      "timestamp" : 12345,
      "editor" : { }
    },
    "offlineAt" : 12345,
    "queuedPublish" : {
      "at" : 12345,
      "version" : { },
      "user" : { }
    },
    "queuedOffline" : {
      "at" : 12345,
      "version" : { },
      "user" : { }
    }
  },
  "path" : "...",
  "url" : "...",
  "liveUrl" : "...",
  "publishPath" : "...",
  "online" : true,
  "modified" : true,
  "queued" : true,
  "planned" : 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" : "...",
      "feature" : "...",
      "excludeFromPublishing" : true
    },
    "inherited" : true,
    "folderId" : 12345,
    "masterId" : 12345,
    "path" : "...",
    "templateTags" : {
      "property1" : {
        "mandatory" : true,
        "editableInPage" : true,
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      },
      "property2" : {
        "mandatory" : true,
        "editableInPage" : true,
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG"
      }
    },
    "objectTags" : {
      "property1" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      }
    },
    "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,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      },
      "property2" : {
        "id" : 12345,
        "name" : "...",
        "constructId" : 12345,
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG"
      }
    },
    "subfolders" : [ { }, { } ],
    "hasSubfolders" : true,
    "privileges" : [ "linktemplate", "deletetemplate" ],
    "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" : "...",
      "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" : "...",
      "insecurePreviewUrl" : true,
      "meshProject" : "...",
      "omitPageExtension" : true,
      "pageLanguageCode" : "NONE",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "channel",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    }, {
      "folderId" : 12345,
      "publishDir" : "...",
      "binaryPublishDir" : "...",
      "pubDirSegment" : true,
      "https" : true,
      "host" : "...",
      "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" : "...",
      "insecurePreviewUrl" : true,
      "meshProject" : "...",
      "omitPageExtension" : true,
      "pageLanguageCode" : "PATH",
      "id" : 12345,
      "globalId" : "...",
      "name" : "...",
      "creator" : { },
      "cdate" : 12345,
      "editor" : { },
      "edate" : 12345,
      "type" : "node",
      "deleted" : { },
      "masterDeleted" : { },
      "folderDeleted" : { }
    } ],
    "excluded" : true,
    "disinheritDefault" : true,
    "disinherited" : true,
    "meshProject" : "...",
    "breadcrumbs" : [ {
      "id" : 12345,
      "globalId" : "...",
      "name" : "..."
    }, {
      "id" : 12345,
      "globalId" : "...",
      "name" : "..."
    } ],
    "nameI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "publishDirI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "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" : "form",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  },
  "contentSetId" : 12345,
  "contentGroupId" : 12345,
  "languageVariants" : {
    "property1" : {
      "niceUrl" : "...",
      "alternateUrls" : [ "...", "..." ],
      "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,
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG"
        },
        "property2" : {
          "id" : 12345,
          "name" : "...",
          "constructId" : 12345,
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG"
        }
      },
      "inheritedFrom" : "...",
      "inheritedFromId" : 12345,
      "masterNode" : "...",
      "masterNodeId" : 12345,
      "pageVariants" : [ { }, { } ],
      "readOnly" : true,
      "timeManagement" : {
        "at" : 12345,
        "version" : { },
        "offlineAt" : 12345,
        "queuedPublish" : { },
        "queuedOffline" : { }
      },
      "path" : "...",
      "url" : "...",
      "liveUrl" : "...",
      "publishPath" : "...",
      "online" : true,
      "modified" : true,
      "queued" : true,
      "planned" : 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" : [ "linkworkflow", "createpage" ],
        "privilegeBits" : "...",
        "privilegeMap" : { },
        "path" : "...",
        "masterId" : 12345,
        "channelsetId" : 12345,
        "channelId" : 12345,
        "isMaster" : true,
        "disinheritedChannels" : [ { }, { } ],
        "excluded" : true,
        "disinheritDefault" : true,
        "disinherited" : true,
        "meshProject" : "...",
        "breadcrumbs" : [ { }, { } ],
        "nameI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "descriptionI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "publishDirI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "folder",
        "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" : { }
      } ],
      "contentId" : 12345,
      "channelSetId" : 12345,
      "channelId" : 12345,
      "master" : true,
      "disinheritedChannels" : [ {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "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" : "...",
        "insecurePreviewUrl" : true,
        "meshProject" : "...",
        "omitPageExtension" : true,
        "pageLanguageCode" : "NONE",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "image",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      }, {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "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" : "...",
        "insecurePreviewUrl" : true,
        "meshProject" : "...",
        "omitPageExtension" : true,
        "pageLanguageCode" : "FILENAME",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "channel",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "customCdate" : 12345,
      "customEdate" : 12345,
      "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" : "file",
      "deleted" : {
        "at" : 12345,
        "by" : { }
      },
      "masterDeleted" : {
        "at" : 12345,
        "by" : { }
      },
      "folderDeleted" : {
        "at" : 12345,
        "by" : { }
      }
    },
    "property2" : {
      "niceUrl" : "...",
      "alternateUrls" : [ "...", "..." ],
      "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,
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "CONTENTTAG"
        },
        "property2" : {
          "id" : 12345,
          "name" : "...",
          "constructId" : 12345,
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG"
        }
      },
      "inheritedFrom" : "...",
      "inheritedFromId" : 12345,
      "masterNode" : "...",
      "masterNodeId" : 12345,
      "pageVariants" : [ { }, { } ],
      "readOnly" : true,
      "timeManagement" : {
        "at" : 12345,
        "version" : { },
        "offlineAt" : 12345,
        "queuedPublish" : { },
        "queuedOffline" : { }
      },
      "path" : "...",
      "url" : "...",
      "liveUrl" : "...",
      "publishPath" : "...",
      "online" : true,
      "modified" : true,
      "queued" : true,
      "planned" : 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" : [ "createpage", "createtemplate" ],
        "privilegeBits" : "...",
        "privilegeMap" : { },
        "path" : "...",
        "masterId" : 12345,
        "channelsetId" : 12345,
        "channelId" : 12345,
        "isMaster" : true,
        "disinheritedChannels" : [ { }, { } ],
        "excluded" : true,
        "disinheritDefault" : true,
        "disinherited" : true,
        "meshProject" : "...",
        "breadcrumbs" : [ { }, { } ],
        "nameI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "descriptionI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "publishDirI18n" : {
          "property1" : "...",
          "property2" : "..."
        },
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "image",
        "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" : { }
      } ],
      "contentId" : 12345,
      "channelSetId" : 12345,
      "channelId" : 12345,
      "master" : true,
      "disinheritedChannels" : [ {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "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" : "...",
        "insecurePreviewUrl" : true,
        "meshProject" : "...",
        "omitPageExtension" : true,
        "pageLanguageCode" : "PATH",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "page",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      }, {
        "folderId" : 12345,
        "publishDir" : "...",
        "binaryPublishDir" : "...",
        "pubDirSegment" : true,
        "https" : true,
        "host" : "...",
        "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" : "...",
        "insecurePreviewUrl" : true,
        "meshProject" : "...",
        "omitPageExtension" : true,
        "pageLanguageCode" : "PATH",
        "id" : 12345,
        "globalId" : "...",
        "name" : "...",
        "creator" : { },
        "cdate" : 12345,
        "editor" : { },
        "edate" : 12345,
        "type" : "image",
        "deleted" : { },
        "masterDeleted" : { },
        "folderDeleted" : { }
      } ],
      "excluded" : true,
      "disinheritDefault" : true,
      "disinherited" : true,
      "customCdate" : 12345,
      "customEdate" : 12345,
      "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" : "..."
    }
  } ],
  "contentId" : 12345,
  "channelSetId" : 12345,
  "channelId" : 12345,
  "master" : true,
  "disinheritedChannels" : [ {
    "folderId" : 12345,
    "publishDir" : "...",
    "binaryPublishDir" : "...",
    "pubDirSegment" : true,
    "https" : true,
    "host" : "...",
    "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" : "...",
    "insecurePreviewUrl" : true,
    "meshProject" : "...",
    "omitPageExtension" : true,
    "pageLanguageCode" : "PATH",
    "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" : { }
    }
  }, {
    "folderId" : 12345,
    "publishDir" : "...",
    "binaryPublishDir" : "...",
    "pubDirSegment" : true,
    "https" : true,
    "host" : "...",
    "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" : "...",
    "insecurePreviewUrl" : true,
    "meshProject" : "...",
    "omitPageExtension" : true,
    "pageLanguageCode" : "NONE",
    "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" : "form",
    "deleted" : {
      "at" : 12345,
      "by" : { }
    },
    "masterDeleted" : {
      "at" : 12345,
      "by" : { }
    },
    "folderDeleted" : {
      "at" : 12345,
      "by" : { }
    }
  } ],
  "excluded" : true,
  "disinheritDefault" : true,
  "disinherited" : true,
  "customCdate" : 12345,
  "customEdate" : 12345,
  "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" : "channel",
  "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" : "..."
    }
  }
}