List supercases
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/supercasesImplementedBearer token ·
MANAGE_SERVICING_SUPERCASELists bounded structural summaries; detailed subcases are read through the case collection.
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. |
| supercaseType optional in query | string | Filter by supercase type. One of GENERIC · FEMA · REMEDIATION. |
| status optional in query | string | Repeat to include multiple states. |
| caseTypeCode optional in query | string | Filter by shared subcase type. |
| sensitive optional in query | boolean | Filter by sensitivity. |
| 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. |