List Notes
Returns a paginated list of notes for a parent entity, newest first.
The parent entity is selected by the entityType (PascalCase) and
entityId query parameters. Pagination is 1-based via page/pageSize.
Pass search to filter to notes whose body contains a substring
(case-insensitive).
Required permission: company.note:read.
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Parent entity type (PascalCase). Selects the per-entity permission enforced for the request and scopes the note to its parent entity.
Event, Exposure, Quote, Submission, Person, Organization, Policy Parent entity identifier whose notes are being listed
Optional case-insensitive substring filter. When provided, only notes whose body contains this text are returned (matches anywhere in the note).
Page number (1-based, default 1, page size 50)
x >= 1Number of records per page (default 50).
x >= 1