Content staging package item.
| name | data type | description |
|---|---|---|
| description | string | Description |
| objectTags | map of StagedObjectTag | Map of object tags of the folder |
| disinheritedChannelIds | array of string | |
| masterId | string | |
| disinheritDefault | boolean | |
| errors | array of StagedError | Get list of errors related to this object. |
| publishDir | string | Publish directory of the folder |
| descriptionI18n | map of string | Map of translated descriptions (keys are the language codes) |
| templateIds | array of string | IDs of assigned templates |
| excluded | boolean | |
| nameI18n | map of string | Map of translated names (keys are the language codes) |
| publishDirI18n | map of string | Map of translated publish directories (keys are the language codes) |
| id | string | |
| name | string |
Example
{
"description" : "...",
"objectTags" : {
"property1" : {
"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" : "LIST",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"imageId" : "...",
"folderId" : "...",
"templateId" : "...",
"formId" : "...",
"name" : "...",
"booleanValue" : true,
"fileId" : "...",
"pageId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
}
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : {
"id" : "...",
"hash" : "..."
}
},
"property2" : {
"name" : "...",
"construct" : {
"id" : "...",
"hash" : "..."
},
"active" : true,
"properties" : {
"property1" : {
"type" : "TEMPLATETAG",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"imageId" : "...",
"folderId" : "...",
"templateId" : "...",
"formId" : "...",
"name" : "...",
"booleanValue" : true,
"fileId" : "...",
"pageId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
},
"property2" : {
"type" : "TABLE",
"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" : "..."
}
}
},
"disinheritedChannelIds" : [ "...", "..." ],
"masterId" : "...",
"disinheritDefault" : true,
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"publishDir" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"templateIds" : [ "...", "..." ],
"excluded" : true,
"nameI18n" : {
"property1" : "...",
"property2" : "..."
},
"publishDirI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : "...",
"name" : "..."
}