Skip to main content

EntryNote

A diary note attached to an entry cell.

idstringrequired

Unique identifier for the note

Example: note_12345
textstringrequired

The note text content

Example: Worked on bug fixes for the login module
modifiedboolean

Whether the note has been modified since creation

Example: false
EntryNote
{
"id": "note_12345",
"text": "Worked on bug fixes for the login module",
"modified": false
}