countTransactions
GET /v5/books/{bookId}/transactions/count
GET
/v5/books/{bookId}/transactions/count
Count transactions
Parameters
Path Parameters
bookId
required
string
The id of the book. Same bookId url param on Bkper
Query Parameters
query
string
The query to filter transactions
Responses
200
A Count response
object
day
integer format: int32
fuzzyDate
integer format: int32
month
integer format: int32
total
integer format: int64
year
integer format: int32
Example
{ "day": 1, "fuzzyDate": 1, "month": 1, "total": 1, "year": 1}