List customer form entries
GEThttps://sandbox.api.lendeasy.ai/v1/customers/{customerId}/forms/{formKey}/entries Bearer token ·
READ_LMS_FORM_<KEY>Lists current entries for this form and target with limit/offset paging, sorting, and creation-time ranges.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Tenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored. |
| customerId required in path | string | Stable opaque customer identifier. |
| formKey required in path | string | Stable opaque formKey identifier. |
| limit optional in query | integer | Maximum records to return. |
| offset optional in query | integer | Zero-based offset into the result set. |
| sort optional in query | string | Sort field. One of createdAt · lastModifiedAt. |
| order optional in query | string | Sort direction. One of asc · desc. |
| createdFrom optional in query | string | Inclusive creation lower bound; supply with createdTo. |
| createdTo optional in query | string | Exclusive creation upper bound. |