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 the assigned device management service information for a device by its ID.
Parameters
| Parameter | Description |
|---|
| Device ID | The ID for the device to get the device management service information of. |
Example Output
{
"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