Skip to main content

ListNotes returns all active (non-deleted) notes for an object, paginated.

GET 

/api/v1/crm/notes

Results are ordered: pinned notes first (by pinned_at DESC), then unpinned notes by created_at DESC.

Errors:

  • INVALID_ARGUMENT: object_type is not "contact" or "account".

Request

Responses

A successful response.