List cases
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/casesImplementedBearer token ·
READ_SERVICING_CASEReturns permission-filtered case summaries using exact structured filters and stable offset pagination. Keyword and global-search parameters are rejected.
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. |
| externalCaseRef optional in query | string | Exact canonical external case reference. |
| customerRef optional in query | string | Exact customer reference. |
| loanRef optional in query | string | Exact linked loan reference. |
| supercaseId optional in query | integer | Exact structurally linked supercase ID. |
| caseTypeCode optional in query | string | Exact configured case-type code. |
| status optional in query | string | Repeat to include multiple case states. |
| priority optional in query | string | Repeat to include multiple priorities. One of LOW · NORMAL · HIGH · CRITICAL. |
| owner optional in query | string | Worker ID, me, or unassigned. |
| queueCode optional in query | string | Exact owner queue code. |
| sensitive optional in query | boolean | Filter by sensitivity. |
| openedFrom optional in query | string | Inclusive timestamp lower bound. |
| openedTo 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. |