ContentRepositoryFragmentEntryResponse Data Type

Response containing a ContentRepository Fragment Entry

Properties
name data type description
entry ContentRepositoryFragmentEntryModel ContentRepository Fragment 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" : "...",
    "objType" : 12345,
    "attributeType" : 12345,
    "multivalue" : true,
    "optimized" : true,
    "filesystem" : true,
    "targetType" : 12345,
    "foreignlinkAttribute" : "...",
    "foreignlinkAttributeRule" : "...",
    "category" : "...",
    "displayfield" : true,
    "segmentfield" : true,
    "urlfield" : true,
    "elasticsearch" : { },
    "micronodeFilter" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}