Get board minutes with associated dividends
GET
https://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
idstringrequiredBoard minutes ID (e.g. bmin_1). Must use the board_minutes prefix.
Response
200Board minutes with all associated dividends.
Show response fields
datestringdividendsarray<object>Show child attributes
amountPenceintegerdirectorNamestringidstringstatusstringvoucherNumberstringfinancialYearEndstringidstringremainingPenceintegerretainedProfitPenceintegerstatusstringtotalDeclaredPenceintegertotalDividendPenceintegerError codes
400Invalid board minutes ID format.
404Board minutes not found.