Next Topic

Previous Topic

Book Contents

Get Machine Groups in Organization

Returns an array of machine group records for an organization ID.

GET /system/orgs/{orgId}/machinegroups

Headers

Model Schema

Field

Datatype

Filterable

Sortable

MachineGroupId

decimal

 

MachineGroupName

string

ParentMachineGroupId

decimal

 

OrgId

decimal

Attributes

object

 

Sample Response Model

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