Response containing a ContentRepository Fragment
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" : "..." } }