Response containing node restrictions of user-group assignments
| name | data type | description |
|---|---|---|
| nodeIds | array of number | IDs of nodes to which the group assignment is restricted |
| number | Number of restrictions to hidden nodes | |
| messages | array of Message | Messages contained in the response (which should be shown to the user) |
| responseInfo | ResponseInfo |
Example
{
"nodeIds" : [ 12345, 12345 ],
"hidden" : 12345,
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}