Next Topic

Previous Topic

Book Contents

Get Machine Group

Returns one machine group record.

GET /system/machinegroups/{machineGroupId}

Headers

Model Schema

Field

Datatype

Filterable

Sortable

MachineGroupId

decimal

 

MachineGroupName

string

ParentMachineGroupId

decimal

 

OrgId

decimal

Attributes

object

 

Sample Response Model

{
  "Result": [
    {
      "MachineGroupId": 0,
      "MachineGroupName": "string",
      "ParentMachineGroupId": 0,
      "OrgId": 0,
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}