/bff/expense/list
Returns the expense ledger of the logged-in organisation with optional filters. total is the signed sum of all non-deleted, non-rejected rows whose totalMoney is set; rejected and soft-deleted entries are still returned for the UI but excluded from the sum.
ExpensegetBffExpenseList
Parameters
9 query
Query · 9
accountingEntityExternalIdstringLength: 24–24
branchSlugstringcategorystring | string | string | string | string | string | string | string | string | string | string | string | string | string | stringstatusstring | string | string | string | string | string | string | stringsourcestring | string | string | string | string | string | string | string | string | string | string | string | string | stringfromstringYYYY-MM-DD inclusive lower bound on effective_date.
tostringYYYY-MM-DD inclusive upper bound on effective_date.
includeDeletedbooleanlimitstring | integerRange: 1–2000
Request
GET /bff/expense/list
curl -X GET "https://api.bizkithub.com/bff/expense/list?accountingEntityExternalId=example_accountingEntityExternalId&branchSlug=example_branchSlug&from=example_from&to=example_to&includeDeleted=false" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.