Response containing data about the created tags
name | data type | description |
---|---|---|
created | map of CreatedTag | Map of created tags. Keys are the IDs (from the request), values are objects containing tag data |
array of Tag | Tag data of the created tags | |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "created" : { "property1" : { "tag" : { "id" : 12345, "name" : "...", "constructId" : 12345, "construct" : { }, "active" : true, "properties" : { "property1" : { }, "property2" : { } }, "type" : "CONTENTTAG" }, "html" : "..." }, "property2" : { "tag" : { "id" : 12345, "name" : "...", "constructId" : 12345, "construct" : { }, "active" : true, "properties" : { "property1" : { }, "property2" : { } }, "type" : "OBJECTTAG" }, "html" : "..." } }, "tags" : [ { "element" : "...", "tagname" : "...", "onlyeditables" : true, "editables" : [ { "element" : "...", "partname" : "...", "readonly" : true }, { "element" : "...", "partname" : "...", "readonly" : true } ] }, { "element" : "...", "tagname" : "...", "onlyeditables" : true, "editables" : [ { "element" : "...", "partname" : "...", "readonly" : true }, { "element" : "...", "partname" : "...", "readonly" : true } ] } ], "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }