List accounting entries

Retrieves a paginated list of accounting entries with filtering options.

Accounting Entry Overview

An accounting entry represents an individual debit or credit entry in the accounting system.
Each entry is part of an accounting transaction and affects a specific accounting account.
Entries follow the double-entry bookkeeping principle, where the sum of debits equals the sum of credits
across all entries in a transaction.

Business Significance

Accounting entries are the building blocks of financial records. They:

  • Record the movement of value between accounts
  • Provide an audit trail for financial activities
  • Form the basis of financial reports and analysis

Key Concepts

  • Debits and Credits: Every entry contains either a debit or credit amount
  • Account Association: Each entry is linked to one accounting account
  • Transaction Context: All entries are part of an accounting transaction
  • Balance Principle: Within a transaction, total debits must equal total credits

Filtering Capabilities

The API supports filtering entries by:

  • Accounting account ID
  • Account class (klass)
  • Account subclass
  • Account general number
  • Transaction ID
  • Date range (using from_date and to_date parameters)

Response Format

The response contains a paginated list of accounting entries with their associated data
and pagination metadata.

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

Filter by accounting account ID

integer

Filter by accounting account class (1-8)

integer

Filter by accounting account subclass (1-89)

integer

Filter by accounting account general number

integer

Filter by accounting transaction ID

date

Filter by minimum transaction date (format: YYYY-MM-DD)

date

Filter by maximum transaction date (format: YYYY-MM-DD)

integer

Page number for pagination

integer

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

Responses

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