Notes
The Notes API provides CRUD access to notes plus tags.New to the API? Start with Getting started (base URL, response envelope, errors, pagination) and Authentication (API keys).
Identifier note: notes are addressed by their numeric note_id.
A note has a title + description and may optionally be attached to a resource (client/lead/project/task/user). Visibility ispublicorprivate.
Scope: per-user sticky-notes are excluded (the API never returns or creates them), as are file attachments, starring and the “my notes” feature. Web events are not fired.
The note object
List / search notes
resource_type, resource_id, visibility, search,
sort (note_title,note_created,note_updated), order, limit, page.
Sticky-notes are always excluded.
Get a note
Create a note
201).
