Skip to main content
Get a list of device management services in the organization.
External DocumentationTo learn more, visit the Apple Business Manager documentation.

Parameters

ParameterDescription
CursorThe cursor to the next page of results. Retrieve this value from the nextCursor property of a previous response to fetch subsequent data.
FieldsThe fields to include in the response.
LimitThe maximum number of resources to retrieve in the response. The maximum value is 1000.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"data": [
		{
			"type": "mdmServers",
			"id": "1F97349736CF4614A94F624E705841AD",
			"attributes": {
				"serverName": "Test Device Management Service",
				"serverType": "MDM",
				"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/mdmServers"
	},
	"meta": {
		"paging": {
			"limit": 100
		}
	}
}

Workflow Library Example

List Device Management Services with Apple Business Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I