Skip to main content

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 is public or private.
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

Query params: 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

Returns the new note (201).

Update a note

Edits the title, description and visibility (the resource attachment is immutable).

Delete a note


Set tags

Full-set replace (empty clears).

Errors

See Getting started. Note-specific: