nodeFeatureResponse element

Type: nodeFeatureResponse
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Response containing the activated features

Example JSON

{ "features" : [ "contentfile_auto_offline", ... ], "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "...", "password" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }