ContentPackagePage Data Type

Content staging package item.

Properties
name data type description
errors array of StagedError Get list of errors related to this object.
description string Description
template StagedReference Template
excluded boolean
version StagedObjectVersion
niceUrl string Nice URL
alternateUrls array of string Alternate URLs (in alphabetical order)
fileName string Filename
priority number Priority
language string Language Code (if page has a language)
contentsetId string Contentset ID
contentId string Content ID
tags map of StagedTag Tags of the page
objectTags map of StagedObjectTag Objecttags of the page
name string
masterId string
disinheritDefault boolean
id string
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)
disinheritedChannelIds array of string

Example

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