NodeRestrictionResponse Data Type

Response containing node restrictions of user-group assignments

Properties
name data type description
nodeIds array of number IDs of nodes to which the group assignment is restricted
hidden number Number of restrictions to hidden nodes
Properties inherited from GenericResponse
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" : "..."
  }
}