ContentRepositoryFragmentResponse Data Type

Response containing a ContentRepository Fragment

Properties
name data type description
contentRepositoryFragment ContentRepositoryFragmentModel ContentRepository Fragment
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "contentRepositoryFragment" : {
    "id" : 12345,
    "name" : "...",
    "globalId" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}