Read the collections report
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/reports/collectionsImplementedBearer token ·
READ_SERVICING_REPORTSReturns bounded collection-case projections from current LMS facts and servicing work state.
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. |
| delinquencyBucket optional in query | string | Exact delinquency bucket. |
| daysOverdueMin optional in query | integer | Minimum days overdue. |
| daysOverdueMax optional in query | integer | Maximum days overdue. |
| overdueAmountMin optional in query | number | Minimum overdue amount. |
| overdueAmountMax optional in query | number | Maximum overdue amount. |
| currency optional in query | string | ISO currency required with amount bounds. |
| promiseState optional in query | string | Exact promise state. |
| contactBlocked optional in query | boolean | Filter by contact blocking. |
| nextPermittedContactFrom optional in query | string | Inclusive timestamp lower bound. |
| nextPermittedContactTo 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. |