Content staging package item.
| name | data type | description |
|---|---|---|
| id | string | |
| errors | array of StagedError | Get list of errors related to this object. |
| fileType | string | File type |
| fileSize | number | File size |
| objectTags | map of StagedObjectTag | Map of object tags of this file |
| alternateUrls | array of string | Alternate URLs (in alphabetical order) |
| customCdate | number | Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date) |
| disinheritDefault | boolean | |
| niceUrl | string | Nice URL |
| 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 | |
| description | string | Description |
| name | string | |
| forceOnline | boolean | Flag for force online |
| excluded | boolean | |
| masterId | string |
Example
{
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"fileType" : "...",
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : {
"id" : "...",
"hash" : "..."
},
"active" : true,
"properties" : {
"property1" : {
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"booleanValue" : true,
"fileId" : "...",
"imageId" : "...",
"name" : "...",
"type" : "UNKNOWN",
"folderId" : "...",
"pageId" : "...",
"templateId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"formId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
},
"property2" : {
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"booleanValue" : true,
"fileId" : "...",
"imageId" : "...",
"name" : "...",
"type" : "RICHTEXT",
"folderId" : "...",
"pageId" : "...",
"templateId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"formId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
}
},
"type" : "TEMPLATETAG",
"definition" : {
"id" : "...",
"hash" : "..."
},
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : {
"id" : "...",
"hash" : "..."
},
"active" : true,
"properties" : {
"property1" : {
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"booleanValue" : true,
"fileId" : "...",
"imageId" : "...",
"name" : "...",
"type" : "VELOCITY",
"folderId" : "...",
"pageId" : "...",
"templateId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"formId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
},
"property2" : {
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"booleanValue" : true,
"fileId" : "...",
"imageId" : "...",
"name" : "...",
"type" : "CMSFORM",
"folderId" : "...",
"pageId" : "...",
"templateId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"formId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
}
},
"type" : "OBJECTTAG",
"definition" : {
"id" : "...",
"hash" : "..."
},
"id" : "..."
}
},
"alternateUrls" : [ "...", "..." ],
"customCdate" : 12345,
"disinheritDefault" : true,
"niceUrl" : "...",
"customEdate" : 12345,
"disinheritedChannelIds" : [ "...", "..." ],
"description" : "...",
"name" : "...",
"forceOnline" : true,
"excluded" : true,
"masterId" : "..."
}