Response containing the activated features
name | data type | description |
---|---|---|
features | array of NodeFeature | Get the activated features |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "features" : [ "contentfile_auto_offline", "disable_instant_delete" ], "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "SUCCESS", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 }, { "fieldName" : "...", "message" : "...", "type" : "INFO", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 } ], "responseInfo" : { "responseCode" : "NOTFOUND", "responseMessage" : "...", "property" : "..." } }