Task - Notes
Manage notes associated with specific tasks. Supports creating, listing, updating, and deleting task notes. Notes can be pinned for priority visibility (PinnedLevel > 0) and include author tracking and timestamps. Useful for collaboration and tracking important information related to tasks.
-
GET List Notes for TaskLists notes for the specified task. By default only returns task-level notes. Set includeStepNotes=true to also include notes attached to workflow ste.../tenants/{tenant}/tasks/{taskCode}/taskitemnote
-
POST Create NoteCreates a new note for the specified task./tenants/{tenant}/tasks/{taskCode}/taskitemnote
-
GET Get Pinned Notes for TaskGets pinned notes for the specified task (PinnedLevel > 0), ordered by PinnedLevel descending. By default only returns task-level pinned notes. Set in.../tenants/{tenant}/tasks/{taskCode}/taskitemnote/pinned
-
GET Get Note by CodeGets a specific note for the task by its code./tenants/{tenant}/tasks/{taskCode}/taskitemnote/{code}
-
PUT Update NoteUpdates an existing note for the specified task./tenants/{tenant}/tasks/{taskCode}/taskitemnote/{code}
-
DELETE Delete NoteDeletes a note from the specified task./tenants/{tenant}/tasks/{taskCode}/taskitemnote/{code}