createdTag element
Type: | createdTag |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Created tag
Example JSON
{
"tag" : {
"id" : ...,
"name" : "...",
"constructId" : ...,
"active" : false,
"properties" : {
"..." : {
"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" : [ ..., ... ],
"source" : "...",
"maxItems" : ...
},
"templateId" : ...,
"contentTagId" : ...,
"templateTagId" : ...,
"partId" : ...,
"id" : ...
},
"---" : ...
},
"type" : "CONTENTTAG"
},
"html" : "..."
}