LendEasy/Docs
Get API keys
API ReferenceLMS APIFormsList loan form entries

List loan form entries

GEThttps://sandbox.api.lendeasy.ai/v1/loans/{loanId}/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

FieldTypeDescription
LendEasy-Tenant required in headerstringTenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored.
loanId required in pathstringStable opaque loan identifier.
formKey required in pathstringStable opaque formKey identifier.
limit optional in queryintegerMaximum records to return.
offset optional in queryintegerZero-based offset into the result set.
sort optional in querystringSort field. One of createdAt · lastModifiedAt.
order optional in querystringSort direction. One of asc · desc.
createdFrom optional in querystringInclusive creation lower bound; supply with createdTo.
createdTo optional in querystringExclusive creation upper bound.
Unified search across guides, recipes & the API referenceEsc