StagedObjectTag Data Type

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

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

Example

{
  "definition" : {
    "id" : "...",
    "hash" : "..."
  },
  "name" : "...",
  "construct" : {
    "id" : "...",
    "hash" : "..."
  },
  "active" : true,
  "properties" : {
    "property1" : {
      "type" : "DATASOURCE",
      "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" : "FOLDER",
        "selectType" : "UNDEFINED",
        "orderDirection" : "UNDEFINED",
        "orderBy" : "PRIORITY",
        "selectedNodeItemIds" : [ { }, { } ],
        "source" : "...",
        "maxItems" : 12345,
        "recursive" : true,
        "name" : "...",
        "id" : "..."
      },
      "hash" : "...",
      "name" : "..."
    },
    "property2" : {
      "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" : "FILE",
        "selectType" : "AUTO",
        "orderDirection" : "DESC",
        "orderBy" : "CDATE",
        "selectedNodeItemIds" : [ { }, { } ],
        "source" : "...",
        "maxItems" : 12345,
        "recursive" : true,
        "name" : "...",
        "id" : "..."
      },
      "hash" : "...",
      "name" : "..."
    }
  },
  "type" : "CONTENTTAG",
  "id" : "..."
}