StagedProperty Data Type

REST entity for the object property, contained in the Content Staging package.

Properties
name data type description
type Type
id string
partId string
stringValue string
booleanValue boolean
fileId string
imageId string
folderId string
pageId string
templateId string
contentTagId string
templateTagId string
nodeId string
formId string
stringValues array of string
options array of SelectOption
selectedOptions array of SelectOption
datasource StagedReference
overview StagedOverview
hash string
Properties inherited from StagingBase
name string
id string

Example

{
  "type" : "STRING",
  "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" : "MANUAL",
    "orderDirection" : "ASC",
    "orderBy" : "PRIORITY",
    "selectedNodeItemIds" : [ {
      "nodeId" : "...",
      "objectId" : "..."
    }, {
      "nodeId" : "...",
      "objectId" : "..."
    } ],
    "source" : "...",
    "maxItems" : 12345,
    "recursive" : true,
    "name" : "...",
    "id" : "..."
  },
  "hash" : "...",
  "name" : "..."
}