List Director Loan Account transactions

GEThttps://app.speybooks.com/api/v1/director-loans/

Returns a paginated list of DLA movements, most recent first, with optional filtering by director, loan type, and date range. Each entry carries its loan type and a reference to the journal it posted.

Query parameters

directorIdstringoptional
Filter by director ID (e.g. dir_1).
fromstringoptional
Filter transactions on or after this date (YYYY-MM-DD).
date
loanTypestringoptional
Filter by loan type (loan_to_director, loan_from_director, repayment_to_company, repayment_to_director, dividend_offset, salary_offset, write_off).
pageintegeroptionalDefault: 1
Page number. Default 1.
min: 1
perPageintegeroptionalDefault: 50
Results per page. Default 50, maximum 100.
min: 1 · max: 100
tostringoptional
Filter transactions on or before this date (YYYY-MM-DD).
date

Response

200Paginated list of DLA transactions with director names.
Show response fields
transactionsarray<object>
Show child attributes
amountPenceinteger
datestring
descriptionstring
directorIdstring
idstring
loanTypestring
transactionIdstring

Error codes

400Invalid director ID format.