Get Transactions Count
The count service provides the total number of transactions for a specific user depending on the input parameters passed.<br>If you are implementing pagination for transactions, call this endpoint before calling GET /transactions to know the number of transactions that are returned for the input parameters passed.<br>The functionality of the input parameters remains the same as that of the GET /transactions endpoint.<br>
Query parameters
Comma separated accountIds
DEBIT/CREDIT
Comma separated categoryIds
Transaction Category Type(UNCATEGORIZE, INCOME, TRANSFER, EXPENSE or DEFERRED_COMPENSATION)
bank/creditCard/investment/insurance/loan
Comma separated detailCategoryIds
Transaction from date(YYYY-MM-DD)
Comma separated highLevelCategoryIds
Transaction search text
Transaction end date (YYYY-MM-DD)
Transaction Type(SELL,SWEEP, etc.)
Response
OK