> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Device Information

Get the information of a device in an organization.

<Note>
  External Documentation

  To learn more, visit the [Apple Business Manager documentation](https://developer.apple.com/documentation/applebusinessmanagerapi/get-orgdevice-information).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                     |
  | --------- | ----------------------------------------------- |
  | Device ID | The ID of the device to get the information of. |
  | Fields    | The fields to include in the response.          |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"type": "orgDevices",
		"id": "XABC123X0ABC123X0",
		"attributes": {
			"addedToOrgDateTime": "2025-04-30T22:05:14.192Z",
			"updatedDateTime": "2025-05-01T15:33:54.164Z",
			"deviceModel": "iMac 21.5\"",
			"productFamily": "Mac",
			"productType": "iMac16,2",
			"deviceCapacity": "750GB",
			"partNumber": "FD311LL/A",
			"orderNumber": "1234567890",
			"color": "",
			"status": "UNASSIGNED",
			"orderDateTime": "2011-08-15T07:00:00Z",
			"imei": [
				"123456789012345",
				"123456789012346"
			],
			"meid": [
				"123456789012347"
			],
			"eid": "89049037640158663184237812557346",
			"purchaseSourceUid": "-2085650007946880",
			"purchaseSourceType": "APPLE"
		},
		"relationships": {
			"assignedServer": {
				"links": {
					"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0/relationships/assignedServer",
					"related": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0/assignedServer"
				}
			}
		},
		"links": {
			"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0"
		}
	},
	"links": {
		"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0"
	}
}
```

## Workflow Library Example

[Get Device Information with Apple Business Manager and Send Results Via Email](https://library.blinkops.com/workflows/get-device-information-with-apple-business-manager-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-device-information-with-apple-business-manager-and-send-results-via-email/canvas" />
</div>
