> ## 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 Management Service

Get the assigned device management service information for a device by its ID.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                |
  | --------- | -------------------------------------------------------------------------- |
  | Device ID | The ID for the device to get the device management service information of. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"type": "mdmServers",
		"id": "1F97349736CF4614A94F624E705841AD",
		"attributes": {
			"serverName": "Test Device Management Service",
			"serverType": "APPLE_CONFIGURATOR",
			"createdDateTime": "2025-05-01T03:21:44.685Z",
			"updatedDateTime": "2025-05-01T03:21:46.284Z"
		},
		"relationships": {
			"devices": {
				"links": {
					"self": "https://api-business.apple.com/v1/mdmServers/1F97349736CF4614A94F624E705841AD/relationships/devices"
				}
			}
		}
	},
	"links": {
		"self": "https://api-business.apple.com/v1/orgDevices/DVVS36G1YD3JKQNI/assignedServer"
	}
}
```

## Workflow Library Example

[Get Device Management Service with Apple Business Manager and Send Results Via Email](https://library.blinkops.com/workflows/get-device-management-service-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-management-service-with-apple-business-manager-and-send-results-via-email/canvas" />
</div>
