Skip to main content

Get entries list

Retrieve paginated list of entries with filters

Query Parameters
per_page integer

Number of items per page

page integer

Page number

filters[account_id] integer

Filter by account ID

filters[category_id] integer

Filter by category ID

filters[payee_id] integer

Filter by payee ID

filters[planned] integer

Possible values: [0, 1]

Filter by planned entries

Header Parameters
X-Bc-Token string REQUIRED

JWT token with user account

X-Bc-Ws string REQUIRED

UUID of the workspace

Responses
200

Successful response

Schema OPTIONAL
data object[] OPTIONAL
uuid string OPTIONAL
date_time date-time OPTIONAL
amount number OPTIONAL
note string OPTIONAL
type string OPTIONAL

Possible values: [expenses, incoming, saving, debit]

confirmed boolean OPTIONAL
planned boolean OPTIONAL
waranty boolean OPTIONAL
transfer boolean OPTIONAL
installment integer OPTIONAL
account_id integer OPTIONAL
category_id integer OPTIONAL
currency_id integer OPTIONAL
payment_type integer OPTIONAL
pagination object OPTIONAL
current_page integer OPTIONAL
per_page integer OPTIONAL
total integer OPTIONAL
last_page integer OPTIONAL