External DocumentationTo learn more, visit the Iru Endpoint Management documentation.
Actions
Get Device Notes
Get all notes for a specified device.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Device ID | The device’s ID. |
[
{
"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"
}
]
Was this page helpful?