v1

latestOpenAPI 3.0.1Yodlee Developer License2026-07-1370179438.8 KB
Transactions

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>

get/transactions/count

Query parameters

accountIdstring

Comma separated accountIds

baseTypestring

DEBIT/CREDIT

categoryIdstring

Comma separated categoryIds

categoryTypestring

Transaction Category Type(UNCATEGORIZE, INCOME, TRANSFER, EXPENSE or DEFERRED_COMPENSATION)

containerstring

bank/creditCard/investment/insurance/loan

detailCategoryIdstring

Comma separated detailCategoryIds

fromDatestring

Transaction from date(YYYY-MM-DD)

highLevelCategoryIdstring

Comma separated highLevelCategoryIds

keywordstring

Transaction search text

toDatestring

Transaction end date (YYYY-MM-DD)

typestring

Transaction Type(SELL,SWEEP, etc.)

Response

OK