Response containing node restrictions of user-group assignments
| name | data type | constraints | 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 | ||
| inBackground | boolean | required boolean | Whether the job was pushed into the background. |
Example
{
"nodeIds" : [ 12345, 12345 ],
"hidden" : 12345,
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
},
"inBackground" : true
}