---
title: OrgDevice.Attributes
framework: appleschoolmanagerapi
role: symbol
role_heading: Object
path: appleschoolmanagerapi/orgdevice/attributes-data.dictionary
---

# OrgDevice.Attributes

Attributes that describe an organization device resource.

## Declaration

```data
object OrgDevice.Attributes
```

## Properties

addedToOrgDateTime: The date and time of adding the device to an organization. releasedFromOrgDateTime: 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. color: The color of the device. deviceCapacity: The capacity of the device. deviceModel: The model name. eid: The device’s EID (if available). imei: The device’s IMEI (if available). meid: The device’s MEID (if available). wifiMacAddress: The device’s Wi-Fi MAC address. bluetoothMacAddress: The device’s Bluetooth MAC address. ethernetMacAddress: The device’s built-in Ethernet MAC addresses. orderDateTime: The date and time of placing the device’s order. orderNumber: The order number of the device. partNumber: The part number of the device. productFamily: The device’s Apple product family: iPhone, iPad,Mac, AppleTV, Watch, or Vision productType: The device’s product type: (examples: iPhone14,3, iPad13,4,  MacBookPro14,2) purchaseSourceType: The device’s purchase source type: APPLE, RESELLER, or MANUALLY_ADDED purchaseSourceId: The unique ID of the purchase source type: Apple Customer Number or Reseller Number serialNumber: The device’s serial number. status: The devices status: ASSIGNED or UNASSIGNED. If ASSIGNED, use a separate API to get the information of the assigned server. updatedDateTime: The date and time of the most-recent update for the device.

## Overview

Overview note: When additional attributes are added by Apple, they appear automatically, without requiring a newer version of the API.
