property element
Type: | property |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Property object, representing a property of a Tag (a part of a tag in GCN)
Example JSON
{
"type" : "STRING",
"stringValue" : "...",
"booleanValue" : false,
"fileId" : ...,
"imageId" : ...,
"folderId" : ...,
"pageId" : ...,
"stringValues" : [ "...", ... ],
"options" : [ {
"id" : ...,
"key" : "...",
"value" : "..."
}, ... ],
"selectedOptions" : [ {
"id" : ...,
"key" : "...",
"value" : "..."
}, ... ],
"datasourceId" : ...,
"overview" : {
"listType" : "PAGE",
"selectType" : "FOLDER",
"orderDirection" : "ASC",
"orderBy" : "ALPHABETICALLY",
"selectedItemIds" : [ ..., ... ],
"selectedNodeItemIds" : [ {
"nodeId" : ...,
"objectId" : ...
}, ... ],
"source" : "...",
"maxItems" : ...
},
"templateId" : ...,
"contentTagId" : ...,
"templateTagId" : ...,
"nodeId" : ...,
"partId" : ...,
"id" : ...
}