Get all notes for a specified device.

External Documentation

To learn more, visit the Kandji documentation.

Parameters

ParameterDescription
Device IDThe device’s ID.

Example Output

[
	{
		"author": "Test User",
		"content": "\u003cp\u003eThis is an example note!\u0026nbsp;\u003c/p\u003e",
		"created_at": "2021-04-09T17:09:07.164617Z",
		"note_id": "e74f34b0-120b-4149-9c0d-3e2f0d08426c",
		"updated_at": "2021-04-09T17:09:07.164635Z"
	}
]

Workflow Library Example

Get Device Notes with Kandji and Send Results Via Email

Preview this Workflow on desktop