List notes
Supports:
entity_uuid+entity_type: notes associated with that entity (either via the genericassociationstable or, for PERSON/COMPANY, the legacyrings_*_uuidcolumns).search: full-text match oversearch_vector.- Standard pagination,
sort_by,order.
Body content is intentionally omitted from the list view; fetch
individual notes to get the HTML. The excerpt field is always
populated from the cheap DB column.
Authorizations
Query Parameters
Page number, 1-indexed. Clamped to >= 1.
Results per page. Clamped to the range 1-100 (values outside are silently capped, not rejected).
Filter notes associated with this entity UUID.
Entity type for entity_uuid filter. Must be one of (uppercase): PERSON, COMPANY, FILE, TASK, OPPORTUNITY. Required when entity_uuid is set.
PERSON, COMPANY, FILE, TASK, OPPORTUNITY Full-text search over note subject and excerpt (case-insensitive).
Field to sort by. Valid values: date, created_at, updated_at.
date, created_at, updated_at Sort order. Valid values: asc (ascending), desc (descending).
asc, desc