StagedTag Data Type

REST entity for the tag, contained in the Content Staging package.

Subtypes
StagedObjectTag
Properties
name data type description
name string
construct StagedReference
active boolean
properties map of StagedProperty
type Type
Properties inherited from StagingBase
name string
id string

Example

{
  "name" : "...",
  "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" : {
        "listType" : "IMAGE",
        "selectType" : "FOLDER",
        "orderDirection" : "DESC",
        "orderBy" : "PRIORITY",
        "selectedNodeItemIds" : [ { }, { } ],
        "source" : "...",
        "maxItems" : 12345,
        "recursive" : true,
        "name" : "...",
        "id" : "..."
      },
      "hash" : "...",
      "name" : "..."
    },
    "property2" : {
      "type" : "FILE",
      "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" : "FOLDER",
        "orderDirection" : "UNDEFINED",
        "orderBy" : "ALPHABETICALLY",
        "selectedNodeItemIds" : [ { }, { } ],
        "source" : "...",
        "maxItems" : 12345,
        "recursive" : true,
        "name" : "...",
        "id" : "..."
      },
      "hash" : "...",
      "name" : "..."
    }
  },
  "type" : "TEMPLATETAG",
  "id" : "..."
}