Get the Books or VAT sheet
Returns the spreadsheet-style read model over the canonical general ledger: summary cards, column definitions, and rows for the selected tab and range. Amounts inside rows are integer cents. Paginate with limit/offset (limit 0 = unpaginated, max 200 per page).
Authorizations
Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....
Query Parameters
Which sheet to return.
books, vat Period selector: YYYY-MM, YYYY-Qn, YYYY, all, this_month, or last_6_months.
Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.
Rows per page. 0 = unpaginated. Maximum 200.
0 <= x <= 200Row offset for pagination.
x >= 0Row ordering. Empty string = default order.
, newest, oldest, amount, category, status Response
Sheet payload.
Spreadsheet-style read model over the general ledger. Row and card interiors are rendered structures and returned as-is; amounts inside are integer cents.