REST entity for the object property, contained in the Content Staging package.
| name | data type | description |
|---|---|---|
| name | string | |
| 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 |
Example
{
"name" : "...",
"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" : {
"listType" : "FOLDER",
"selectType" : "UNDEFINED",
"selectedNodeItemIds" : [ {
"nodeId" : "...",
"objectId" : "..."
}, {
"nodeId" : "...",
"objectId" : "..."
} ],
"name" : "...",
"orderDirection" : "UNDEFINED",
"id" : "...",
"orderBy" : "PRIORITY",
"source" : "...",
"maxItems" : 12345,
"recursive" : true
},
"hash" : "..."
}