MachineGroupEntryList Data Type

Properties
name data type description
entries array of MachineGroupEntry

Example

{
  "entries" : [ {
    "description" : "...",
    "showPlanningView" : true,
    "productionGroupDescription" : "...",
    "id" : 12345
  }, {
    "description" : "...",
    "showPlanningView" : true,
    "productionGroupDescription" : "...",
    "id" : 12345
  } ]
}