Response containing a ContentRepository Fragment Entry
| name | data type | description |
|---|---|---|
| entry | ContentRepositoryFragmentEntryModel | ContentRepository Fragment Entry |
Properties inherited from GenericResponse |
||
| messages | array of Message | |
| responseInfo | ResponseInfo | |
Example
{
"entry" : {
"id" : 12345,
"globalId" : "...",
"tagname" : "...",
"mapname" : "...",
"objType" : 12345,
"attributeType" : 12345,
"multivalue" : true,
"optimized" : true,
"filesystem" : true,
"targetType" : 12345,
"foreignlinkAttribute" : "...",
"foreignlinkAttributeRule" : "...",
"category" : "...",
"displayfield" : true,
"segmentfield" : true,
"urlfield" : true,
"elasticsearch" : { },
"micronodeFilter" : "..."
},
"messages" : [ {
"fieldName" : "...",
"message" : "...",
"type" : "INFO",
"timestamp" : 12345,
"image" : "...",
"sender" : {
"id" : 12345,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ { }, { } ],
"login" : "...",
"password" : "..."
},
"id" : 12345
}, {
"fieldName" : "...",
"message" : "...",
"type" : "WARNING",
"timestamp" : 12345,
"image" : "...",
"sender" : {
"id" : 12345,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ { }, { } ],
"login" : "...",
"password" : "..."
},
"id" : 12345
} ],
"responseInfo" : {
"responseCode" : "NOTLICENSED",
"responseMessage" : "...",
"property" : "..."
}
}