REST entity for the tag, contained in the Content Staging package.
| name | data type | description |
|---|---|---|
| id | string | |
| name | string | |
| definition | StagedReference | |
| construct | StagedReference | |
| active | boolean | |
| properties | map of StagedProperty | |
| type | Type |
Example
{
"id" : "...",
"name" : "...",
"definition" : {
"id" : "...",
"hash" : "..."
},
"construct" : {
"id" : "...",
"hash" : "..."
},
"active" : true,
"properties" : {
"property1" : {
"name" : "...",
"type" : "FORM",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"booleanValue" : true,
"fileId" : "...",
"imageId" : "...",
"folderId" : "...",
"pageId" : "...",
"templateId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"formId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ {
"id" : 12345,
"key" : "...",
"value" : "..."
}, {
"id" : 12345,
"key" : "...",
"value" : "..."
} ],
"selectedOptions" : [ {
"id" : 12345,
"key" : "...",
"value" : "..."
}, {
"id" : 12345,
"key" : "...",
"value" : "..."
} ],
"datasource" : {
"id" : "...",
"hash" : "..."
},
"overview" : {
"listType" : "IMAGE",
"selectType" : "AUTO",
"selectedNodeItemIds" : [ { }, { } ],
"name" : "...",
"orderDirection" : "DESC",
"id" : "...",
"orderBy" : "SELF",
"source" : "...",
"maxItems" : 12345,
"recursive" : true
},
"hash" : "..."
},
"property2" : {
"name" : "...",
"type" : "VELOCITY",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"booleanValue" : true,
"fileId" : "...",
"imageId" : "...",
"folderId" : "...",
"pageId" : "...",
"templateId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"formId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ {
"id" : 12345,
"key" : "...",
"value" : "..."
}, {
"id" : 12345,
"key" : "...",
"value" : "..."
} ],
"selectedOptions" : [ {
"id" : 12345,
"key" : "...",
"value" : "..."
}, {
"id" : 12345,
"key" : "...",
"value" : "..."
} ],
"datasource" : {
"id" : "...",
"hash" : "..."
},
"overview" : {
"listType" : "UNDEFINED",
"selectType" : "FOLDER",
"selectedNodeItemIds" : [ { }, { } ],
"name" : "...",
"orderDirection" : "ASC",
"id" : "...",
"orderBy" : "UNDEFINED",
"source" : "...",
"maxItems" : 12345,
"recursive" : true
},
"hash" : "..."
}
},
"type" : "OBJECTTAG"
}