Retrieve a list of computers.

Parameters

ParameterDescription
LimitThe maximum number of items returned.

Example Output

{
	"totalCount": 488,
	"results": [
		{
			"id": "5",
			"location": {
				"username": "johndoe123",
				"realName": null,
				"emailAddress": null,
				"position": null,
				"phoneNumber": null,
				"department": null,
				"building": null,
				"room": null
			},
			"site": null,
			"name": "john",
			"udid": "1234-1234-12324-dsafdg-sdf-23424",
			"serialNumber": "FLGLKHIT2334",
			"operatingSystemVersion": "13.3.1",
			"operatingSystemBuild": "22E261",
			"operatingSystemSupplementalBuildVersion": null,
			"operatingSystemRapidSecurityResponse": null,
			"macAddress": "F8:H7:23:FG:23:HJ",
			"assetTag": null,
			"modelIdentifier": "MacBookPro18,3",
			"mdmAccessRights": 0,
			"lastContactDate": "2023-05-02T12:32:06.816Z",
			"lastReportDate": "2023-05-02T06:14:33.637Z",
			"lastEnrolledDate": "2023-02-06T10:29:35.775Z",
			"ipAddress": null,
			"managementId": "12314M3123-21324msd-213sad433",
			"isManaged": true
		},
		{
			"id": "9",
			"location": {
				"username": "johndoe123456",
				"realName": null,
				"emailAddress": null,
				"position": "Manager",
				"phoneNumber": null,
				"department": null,
				"building": null,
				"room": null
			},
			"site": null,
			"name": "yuditm",
			"udid": "1234567-123456-123456-214356",
			"serialNumber": "FSDOPGK4POKDSP32",
			"operatingSystemVersion": "13.2.1",
			"operatingSystemBuild": "22D68",
			"operatingSystemSupplementalBuildVersion": null,
			"operatingSystemRapidSecurityResponse": null,
			"macAddress": "F8:H7:23:FG:23:HJ",
			"assetTag": null,
			"modelIdentifier": "MacBookPro16,2",
			"mdmAccessRights": 0,
			"lastContactDate": "2023-05-02T12:46:41.466Z",
			"lastReportDate": "2023-05-02T09:16:53.842Z",
			"lastEnrolledDate": "2022-02-13T09:18:55.903Z",
			"ipAddress": null,
			"managementId": "12314M3123-21324msd-213sad435",
			"isManaged": true
		}
	]
}

Workflow Library Example

List Computers with Jamf and Send Results Via Email

Preview this Workflow on desktop