List loan servicing notes
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/loans/{loanRef}/notesImplementedBearer token ·
READ_SERVICING_NOTELists servicing-owned notes explicitly linked to the selected loan.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Opaque active LendEasy tenant-registry identifier. Supply exactly one instance; no alternate tenant selector is accepted. |
| loanRef required in path | string | Stable opaque loanRef identifier. |
| status optional in query | string | Exact note lifecycle state. |
| sensitive optional in query | boolean | Filter by sensitivity. |
| pinned optional in query | boolean | Filter by pinned state. |
| flagged optional in query | boolean | Filter by flagged state. |
| createdFrom optional in query | string | Inclusive timestamp lower bound. |
| createdTo optional in query | string | Exclusive timestamp upper bound. |
| limit optional in query | integer | Maximum rows to return; defaults to 50. |
| offset optional in query | integer | Zero-based row offset; defaults to 0. |
| sort optional in query | string | Allowlisted sort field for this collection. |
| order optional in query | string | Sort direction. One of asc · desc. |