List notes
The response returns sanitized note objects. Internal sort fields, coach avatar
URLs, and attachment media URLs are not included.
Output fields:
Create a note
Validation:
Response fields:
Update a note
title, notes, visibleToClient, legacy
visibileToClient, pinned, tags[], mentions[], and attachments[] with
the validation rules described for create. Update requests are partial, but at
least one recognized mutable field must be supplied. The resulting note must
still contain content through title, notes, tags, or attachments; an update that
would leave the note empty is rejected.
Response fields:
Delete a note
data
payload. Invalid client or note IDs return client errors; inaccessible notes
return not found.