ContentRepositoryFragmentEntryResponse Data Type

Response containing a ContentRepository Fragment Entry

Properties
name data type constraints description
entry ContentRepositoryFragmentEntryModel   ContentRepository Fragment Entry
messages array of Message   Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo  
inBackground boolean required boolean Whether the job was pushed into the background.

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,
    "noIndex" : true,
    "elasticsearch" : { },
    "micronodeFilter" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}