NodeRestrictionResponse Data Type

Response containing node restrictions of user-group assignments

Properties
name data type constraints description
nodeIds array of number   IDs of nodes to which the group assignment is restricted
hidden 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
}