Response containing a tagmap entry
name | data type | description |
---|---|---|
entry | TagmapEntryModel | Tagmap entry |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "entry" : { "id" : 12345, "globalId" : "...", "tagname" : "...", "mapname" : "...", "object" : 12345, "attributeType" : 12345, "targetType" : 12345, "multivalue" : true, "optimized" : true, "reserved" : true, "filesystem" : true, "foreignlinkAttribute" : "...", "foreignlinkAttributeRule" : "...", "category" : "...", "segmentfield" : true, "displayfield" : true, "urlfield" : true, "elasticsearch" : { }, "micronodeFilter" : "...", "fragmentName" : "..." }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }