Get the device activity for a specified device ID.

External Documentation

To learn more, visit the Kandji documentation.

Parameters

ParameterDescription
Device IDThe device’s ID.

Example Output

{
	"activity": {
		"count": 0,
		"next": "string",
		"previous": "string",
		"results": [
			{
				"action_type": "enrollment",
				"blueprint": {
					"id": "8c7e0b97-54e4-4ea0-8cf9-184ddb47de4b",
					"is_removed": false,
					"name": "NewEnrollment"
				},
				"computer": {
					"id": "9d6eda80-6058-40bb-94f0-3c7ba4a63eb6",
					"is_removed": false,
					"name": "iPad"
				},
				"created_at": "2021-04-19T18:09:06.865152Z",
				"details": {
					"blueprint_name": "NewEnrollment",
					"enrollment_type": "DEP"
				},
				"id": 6361,
				"user": null
			}
		]
	},
	"device_id": "string"
}

Workflow Library Example

Get Device Activity with Kandji and Send Results Via Email

Preview this Workflow on desktop