ContentRepositoryFragmentResponse Data Type

Response containing a ContentRepository Fragment

Properties
name data type constraints description
contentRepositoryFragment ContentRepositoryFragmentModel   ContentRepository Fragment
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

{
  "contentRepositoryFragment" : {
    "globalId" : "0737.82ae915c-059c-11f0-ae44-482ae36fb1c5",
    "id" : 12345,
    "name" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}