ContentPackagePage Data Type

Content staging package item.

Properties
name data type constraints description
version StagedObjectVersion  
id string  
errors array of StagedError   Get list of errors related to this object.
niceUrl string   Nice URL
alternateUrls array of string   Alternate URLs (in alphabetical order)
fileName string   Filename
contentsetId string   Contentset ID
objectTags map of StagedObjectTag   Objecttags of the page
excluded boolean  
masterId string  
description string   Description
template StagedReference   Template
language string   Language Code (if page has a language)
name string  
priority number   Priority
contentId string   Content ID
customEdate number   Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date)
partiallyLocalized boolean required boolean Whether this page is partially localized
disinheritDefault boolean  
tags map of StagedTag   Tags of the page
customCdate number   Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date)
disinheritedChannelIds array of string  

Example

{
  "version" : {
    "timestamp" : 12345,
    "versionNumber" : "...",
    "type" : "scheduled",
    "publishAt" : 12345,
    "online" : true,
    "timeOff" : 12345
  },
  "id" : "...",
  "errors" : [ {
    "error" : "...",
    "kind" : "INTEGRITY"
  }, {
    "error" : "...",
    "kind" : "NO_BINARY"
  } ],
  "niceUrl" : "...",
  "alternateUrls" : [ "...", "..." ],
  "fileName" : "...",
  "contentsetId" : "...",
  "objectTags" : {
    "property1" : {
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "NAVIGATION",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "VELOCITY",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        }
      },
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "id" : "...",
      "type" : "CONTENTTAG"
    },
    "property2" : {
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "PAGE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "FORM",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        }
      },
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "id" : "...",
      "type" : "OBJECTTAG"
    }
  },
  "excluded" : true,
  "masterId" : "...",
  "description" : "...",
  "template" : {
    "id" : "...",
    "hash" : "..."
  },
  "language" : "...",
  "name" : "...",
  "priority" : 12345,
  "contentId" : "...",
  "customEdate" : 12345,
  "partiallyLocalized" : true,
  "disinheritDefault" : true,
  "tags" : {
    "property1" : {
      "name" : "...",
      "id" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "NAVIGATION",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "UNORDEREDLIST",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        }
      },
      "type" : "OBJECTTAG"
    },
    "property2" : {
      "name" : "...",
      "id" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "BREADCRUMB",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        },
        "property2" : {
          "type" : "TEMPLATETAG",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "overview" : { },
          "hash" : "...",
          "name" : "...",
          "formId" : "...",
          "datasource" : { }
        }
      },
      "type" : "TEMPLATETAG"
    }
  },
  "customCdate" : 12345,
  "disinheritedChannelIds" : [ "...", "..." ]
}