Get board minutes with associated dividends

GEThttps://app.speybooks.com/api/v1/dividends/board-minutes/{id}

Returns a single board resolution together with the dividends declared against it. The nested dividends carry the same fields as the dividend object returned elsewhere.

Path parameters

idstringrequired
Board minutes ID (e.g. bmin_1). Must use the board_minutes prefix.

Response

200Board minutes with all associated dividends.
Show response fields
datestring
dividendsarray<object>
Show child attributes
amountPenceinteger
directorNamestring
idstring
statusstring
voucherNumberstring
financialYearEndstring
idstring
remainingPenceinteger
retainedProfitPenceinteger
statusstring
totalDeclaredPenceinteger
totalDividendPenceinteger

Error codes

400Invalid board minutes ID format.
404Board minutes not found.