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
- 200
- default
A successful response.
An unexpected error response.