Rest Model for parts
name | data type | description |
---|---|---|
name | string | Part name |
keyword | string | Part keyword |
hidden | boolean | True if the part is hidden |
editable | boolean | True if the part is editable |
liveEditable | boolean | True if the part is live (inline) editable |
type | Type | Part type |
id | number | Local ID of the part |
globalId | string | Global ID of the part |
defaultProperty | Property | Default property |
Example
{ "name" : "...", "keyword" : "...", "hidden" : true, "editable" : true, "liveEditable" : true, "type" : "LIST", "id" : 12345, "globalId" : "...", "defaultProperty" : { "type" : "PAGETAG", "stringValue" : "...", "booleanValue" : true, "fileId" : 12345, "imageId" : 12345, "folderId" : 12345, "pageId" : 12345, "stringValues" : [ "...", "..." ], "options" : [ { "id" : 12345, "key" : "...", "value" : "..." }, { "id" : 12345, "key" : "...", "value" : "..." } ], "selectedOptions" : [ { "id" : 12345, "key" : "...", "value" : "..." }, { "id" : 12345, "key" : "...", "value" : "..." } ], "datasourceId" : 12345, "overview" : { "listType" : "IMAGE", "selectType" : "UNDEFINED", "orderDirection" : "ASC", "orderBy" : "EDATE", "selectedItemIds" : [ 12345, 12345 ], "selectedNodeItemIds" : [ { }, { } ], "source" : "...", "maxItems" : 12345, "recursive" : true }, "templateId" : 12345, "contentTagId" : 12345, "templateTagId" : 12345, "nodeId" : 12345, "partId" : 12345, "id" : 12345, "globalId" : "..." } }