NodeFeatureResponse Data Type

Response containing the activated features

Properties
name data type constraints description
features array of NodeFeature   Get the activated features
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

{
  "features" : [ "forms", "contentfile_auto_offline" ],
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}