FeatureResponse Data Type

Response containing information about a feature

Properties
name data type description
name string Name of the feature
activated boolean True when the feature is activated, false if not
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "name" : "new_tageditor",
  "activated" : true,
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}