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
id string
properties map of StagedProperty
type Type

Example

{
  "name" : "...",
  "construct" : {
    "id" : "...",
    "hash" : "..."
  },
  "active" : true,
  "id" : "...",
  "properties" : {
    "property1" : {
      "type" : "IMAGE",
      "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" : "DESC",
        "source" : "...",
        "name" : "...",
        "id" : "...",
        "listType" : "UNDEFINED",
        "orderBy" : "SELF",
        "selectedNodeItemIds" : [ { }, { } ],
        "maxItems" : 12345,
        "recursive" : true
      },
      "name" : "...",
      "hash" : "..."
    },
    "property2" : {
      "type" : "UNKNOWN",
      "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" : "MANUAL",
        "orderDirection" : "ASC",
        "source" : "...",
        "name" : "...",
        "id" : "...",
        "listType" : "UNDEFINED",
        "orderBy" : "PDATE",
        "selectedNodeItemIds" : [ { }, { } ],
        "maxItems" : 12345,
        "recursive" : true
      },
      "name" : "...",
      "hash" : "..."
    }
  },
  "type" : "CONTENTTAG"
}