List Notes
Notes
List Notes
Returns a paginated list of notes for a specific entity.
Required permission: Permission depends on entity type:
events→claim.notes:readpolicies→policy.notes:readinsureds→insured.notes:read
Privileged notes: Notes marked as privileged are automatically filtered out unless the API key has privileged_notes:read permission.
GET
List Notes
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
The type of entity (events, policies, or insureds) The type of entity the note is attached to
Available options:
events, policies, insureds The ID of the entity
Query Parameters
Page number (1-based, default 1, page size 50)
Required range:
x >= 1Field to sort by (default createdAt)
Available options:
createdAt, updatedAt Sort direction (default desc)
Available options:
asc, desc 