Get Transactions
API key for authentication. Get your key from the Dashboard > Settings > API Access.
The page number 1 - n
The number of items per page. Max is 250. Default is 10.
The key to sort the items by. Default is _id.
_id, name, createdAt, updatedAt, transactionDate The order to sort the items by. Default is 1. -1 for descending. 1 for ascending.
1, -1 Includes counterparties ids. Comma separated list of object ids eg: 666666666666666666666666,666666666666666666666666
Includes accounts ids. Comma separated list of object ids eg: 666666666666666666666666,666666666666666666666666
Includes categories ids. Comma separated list of object ids eg: 666666666666666666666666,666666666666666666666666
Includes classes ids. Comma separated list of object ids eg: 666666666666666666666666,666666666666666666666666
Minimum amount. Expected to be a number string (Int or Float) eg: 1000,1000.5
Maximum amount. Expected to be a number string (Int or Float) eg: 1000,1000.5
Start date in ISO format
End date in ISO format
The accounts to filter the categories by.. Comma separated list of level two categories eg: INCOME,OTHER_INCOME,SALES,EXPENSE,DEPRECIATION,COST_OF_GOODS_SOLD,OTHER_EXPENSE,OVERHEAD,CURRENT_ASSET,FIXED_ASSET,INVENTORY,NON_CURRENT_ASSET,PREPAYMENT,LIABILITY,CURRENT_LIABILITY,NON_CURRENT_LIABILITY,TAX_PAYABLE,TAX,EQUITY
Excludes categories id, only valid it categories is not present. Comma separated list of object ids eg: 666666666666666666666666,666666666666666666666666
Excludes main categories ids, only valid if main categories is not present. Comma separated list of level two categories eg: INCOME,OTHER_INCOME,SALES,EXPENSE,DEPRECIATION,COST_OF_GOODS_SOLD,OTHER_EXPENSE,OVERHEAD,CURRENT_ASSET,FIXED_ASSET,INVENTORY,NON_CURRENT_ASSET,PREPAYMENT,LIABILITY,CURRENT_LIABILITY,NON_CURRENT_LIABILITY,TAX_PAYABLE,TAX,EQUITY