REST entity for the tag, contained in the Content Staging package.
name | data type | description |
---|---|---|
construct | StagedReference | |
active | boolean | |
properties | map of StagedProperty | |
definition | StagedReference | |
type | Type | |
id | string | |
name | string |
Example
{ "construct" : { "id" : "...", "hash" : "..." }, "active" : true, "properties" : { "property1" : { "type" : "BREADCRUMB", "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" : { "selectType" : "FOLDER", "orderDirection" : "DESC", "source" : "...", "name" : "...", "id" : "...", "listType" : "FILE", "orderBy" : "ALPHABETICALLY", "selectedNodeItemIds" : [ { }, { } ], "maxItems" : 12345, "recursive" : true }, "name" : "...", "hash" : "..." }, "property2" : { "type" : "MULTISELECT", "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" : { "selectType" : "AUTO", "orderDirection" : "ASC", "source" : "...", "name" : "...", "id" : "...", "listType" : "IMAGE", "orderBy" : "SELF", "selectedNodeItemIds" : [ { }, { } ], "maxItems" : 12345, "recursive" : true }, "name" : "...", "hash" : "..." } }, "definition" : { "id" : "...", "hash" : "..." }, "type" : "CONTENTTAG", "id" : "...", "name" : "..." }