Skip to main content
Get the assigned device management service information for a device by its ID.
External DocumentationTo learn more, visit the Apple Business Manager documentation.

Parameters

ParameterDescription
Device IDThe 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
Workflow LibraryPreview this Workflow on desktop
I