List accounting accounts

Returns a paginated list of all accounting accounts accessible to the current user.

Accounting Account Overview

An Accounting Account represents a specific account in the double-entry bookkeeping system.
It tracks financial transactions related to specific aspects of the property management business.

Business significance

Accounting Accounts form the foundation of the financial tracking system, allowing for accurate
balance sheets, income statements, and financial reconciliation. Each account has a specific role
in the financial system, tracking assets, liabilities, equity, income, or expenses.

Key data types

  • full_number: The complete accounting number (formatted as a string)
  • klass: The main account classification number
  • subclass: The account subclassification number
  • general_number: The general account number
  • analytical_number: Additional analytical segment
  • debit_in_cents: Total debits recorded on this account in cents
  • credit_in_cents: Total credits recorded on this account in cents

Filtering

The endpoint supports filtering by account number components. You can combine multiple filters to narrow results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Page number for pagination (default: 1)

integer

Number of items per page (default: 10, max: 100)

integer

Filter by klass bumber

integer

Filter by sub_class number

integer

Filter by general_number

integer

Filter by analytical_number

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json