Contents

OrgDevice.Attributes

Attributes that describe an organization device resource.

Declaration

object OrgDevice.Attributes

Properties

NameTypeDescription
addedToOrgDateTimedate-time

The date and time of adding the device to an organization.

releasedFromOrgDateTimedate-time

The date and time the device was released from an organization. This will be null if the device hasn’t been released. Currently only querying by a single device is supported. Batch device queries aren’t currently supported for this property.

colorstring

The color of the device.

deviceCapacitystring

The capacity of the device.

deviceModelstring

The model name.

eidstring

The device’s EID (if available).

imei[string]

The device’s IMEI (if available).

meid[string]

The device’s MEID (if available).

wifiMacAddressstring

The device’s Wi-Fi MAC address.

bluetoothMacAddressstring

The device’s Bluetooth MAC address.

ethernetMacAddress[string]

The device’s built-in Ethernet MAC addresses.

orderDateTimedate-time

The date and time of placing the device’s order.

orderNumberstring

The order number of the device.

partNumberstring

The part number of the device.

productFamilystring

The device’s Apple product family: iPhone, iPad,Mac, AppleTV, Watch, or Vision

productTypestring

The device’s product type: (examples: iPhone14,3, iPad13,4, MacBookPro14,2)

purchaseSourceTypestring

The device’s purchase source type: APPLE, RESELLER, or MANUALLY_ADDED

purchaseSourceIdstring

The unique ID of the purchase source type: Apple Customer Number or Reseller Number

serialNumberstring

The device’s serial number.

statusstring

The devices status: ASSIGNED or UNASSIGNED. If ASSIGNED, use a separate API to get the information of the assigned server.

updatedDateTimedate-time

The date and time of the most-recent update for the device.

Overview