ContentPackageChannel Data Type

REST entity for channel info for the Content Staging package object.

Properties
name data type description
errors array of StagedError
Properties inherited from StagedChannel
masterNodeId string Get the ID of the (direct) master node
Properties inherited from StagedNode
publishDir string Publish directory
binaryPublishDir string Get the publish directory for binaries
pubDirSegment boolean True if the publish directories are created from segments defined for the folders. False if every folder has its own publish directory.
publishImageVariants boolean True if image variants should be created on page/object property publish
https boolean True if secure https is enabled for this node
hostname string Hostname of the node
hostnameProperty string Hostname property of the node
publishFs boolean True if the node shall publish into the filesystem
publishFsPages boolean True if the node shall publish pages into the file system
publishFsFiles boolean True if the node shall publish files into the file system
contentRepositoryId string ID of the assigned content repository
publishContentMap boolean True if the node shall publish into a contentmap (if a contentrepository is assigned)
publishContentMapPages boolean True if to publish pages to the content repository
publishContentMapFiles boolean True if to publish files to the content repository
publishContentMapFolders boolean True if to publish folders to the content repository
languages array of string
omitPageExtension boolean Should the page extensions be omitted?
pageLanguageCode PageLanguageCode Get page language code
rootFolderId string ID of the root folder
features array of string Get the features
constructIds array of string IDs of the assigned constructs
objectPropertyIds array of string IDs of the assigned object properties
packages array of string Devtool packages, to which the node is assigned
pageUrls string
fileUrls string
meshPreviewUrlProperty string
meshProjectName string
Properties inherited from StagingBase
name string
id string

Example

{
  "errors" : [ {
    "error" : "...",
    "kind" : "OTHER"
  }, {
    "error" : "...",
    "kind" : "DUPLICATION"
  } ],
  "masterNodeId" : "...",
  "publishDir" : "...",
  "binaryPublishDir" : "...",
  "pubDirSegment" : true,
  "publishImageVariants" : true,
  "https" : true,
  "hostname" : "...",
  "hostnameProperty" : "...",
  "publishFs" : true,
  "publishFsPages" : true,
  "publishFsFiles" : true,
  "contentRepositoryId" : "...",
  "publishContentMap" : true,
  "publishContentMapPages" : true,
  "publishContentMapFiles" : true,
  "publishContentMapFolders" : true,
  "languages" : [ "...", "..." ],
  "omitPageExtension" : true,
  "pageLanguageCode" : "FILENAME",
  "rootFolderId" : "...",
  "features" : [ "...", "..." ],
  "constructIds" : [ "...", "..." ],
  "objectPropertyIds" : [ "...", "..." ],
  "packages" : [ "...", "..." ],
  "pageUrls" : "...",
  "fileUrls" : "...",
  "meshPreviewUrlProperty" : "...",
  "meshProjectName" : "...",
  "name" : "...",
  "id" : "..."
}