List Employee Notes
list_notesRetrieve employee notes using filters for text, tags, employee, department, and date ranges. Optionally include change-event history to see who added, changed, or deleted notes.
Instructions
Get employee notes including note text, hashtags, created/updated dates and optional change-event history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Return only notes with this partial text within the note text field | |
| tags | No | Return only notes with matching hashtags, comma separated without the leading '#' (e.g. 'late,workshop') | |
| employee | No | Employee code to only return records for that particular employee | |
| department | No | One or more department names (separated by commas) to filter by | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| include_events | No | Include event history of who added/changed/deleted the note (default false) (true/false) | |
| created_date_to | No | Only notes created on/before this date (format yyyy-mm-dd) | |
| updated_date_to | No | Only notes updated on/before this date (format yyyy-mm-dd) | |
| created_date_from | No | Only notes created on/after this date (format yyyy-mm-dd) | |
| updated_date_from | No | Only notes updated on/after this date (format yyyy-mm-dd) |