Response containing the list of subselected folders
name | data type | description |
---|---|---|
folders | array of number | Get the subselected folders |
inheritedFolders | array of map of number | Get the subselected inherited folders |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "folders" : [ 12345, 12345 ], "inheritedFolders" : { "property1" : [ 12345, 12345 ], "property2" : [ 12345, 12345 ] }, "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "NEUTRAL", "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" : "MAINTENANCEMODE", "responseMessage" : "...", "property" : "..." } }