List year-end DLA snapshots
GET
https://app.speybooks.com/api/v1/director-loans/snapshotsReturns the year-end DLA snapshots, most recent period first, with
optional filtering by director. Each snapshot carries the closing
balance, the S455 position and deadline, and the Benefit in Kind
detail. The s455Status field holds one of not_applicable,
pending, payable, repaid, or reclaimed. A snapshot is
created as pending when overdrawn or not_applicable when not;
the move to payable, repaid, or reclaimed is recorded by a
later process.
Query parameters
directorIdstringoptionalFilter snapshots by director ID (e.g. dir_1).
Response
200List of year-end DLA snapshots sorted by period end date descending.
Show response fields
snapshotsarray<object>Show child attributes
balancePenceintegerdirectorIdstringperiodEndDatestrings455StatusstringError codes
400Invalid director ID format.