DEP Devices Data Type

A collection of DEP devices

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

Example

{
  "depDevices" : [ {
    "guid" : "6dd3a8e2-3f24-48c6-961a-949794f4b554",
    "enrollmentConfigurationStatus" : "Assigned",
    "serialNumber" : "FCFPL5T3G07J",
    "model" : "iPhone 5c (GSM)",
    "color" : "Champagne",
    "depAccountName" : "Finance Department",
    "settingsAssignTime" : "2020-04-30T11:04:30.45Z",
    "settingsApplyTime" : "2020-05-03T19:16:43.45Z",
    "depRegisterTime" : "2020-05-08T14:16:55.15Z"
  }, {
    "guid" : "2d2d3a7f-076d-46f9-8c25-56cb8eba2800",
    "enrollmentConfigurationStatus" : "Pushed",
    "serialNumber" : "064439997440",
    "model" : "iPad Pro 12.9-Inch 4th Gen (Wifi)",
    "color" : "Atomic",
    "depAccountName" : "Saleart Co",
    "settingsAssignTime" : "2020-04-30T11:04:30.45Z",
    "settingsApplyTime" : "2020-05-03T19:16:43.45Z",
    "depRegisterTime" : "2020-05-08T14:16:55.15Z"
  } ],
  "total" : 12345
}