Device groups Data Type

A collection of device groups.

Properties
Name Type Description
deviceGroups array of Device group Collection of device group.
total number Only applies in the response to searching for device groups and setting the includeTotal parameter to true in the request. Represents the total number of device groups that matched the search, which may be different from the number of device groups actually returned.

Example

{
  "deviceGroups" : [ {
    "guid" : "6d0c4ddb-10ae-471d-948d-df27868dcf8a",
    "name" : "Device group 1"
  }, {
    "guid" : "4e9e07fd-f2f9-4eea-94eb-85524dcecb9e",
    "name" : "Device group 2"
  } ],
  "total" : 12345
}