Skip to main content
GET
List posted journal entries

Authorizations

Authorization
string
header
required

API token issued from the Equated app under Settings → API Tokens.

Query Parameters

from
string
Pattern: ^\d{4}-\d{2}-\d{2}$
to
string
Pattern: ^\d{4}-\d{2}-\d{2}$
accountId
integer

Scope to entries touching one ledger account.

Required range: x > 0
financialAccountIds
string

Comma-separated bank-feed account ids; scopes to entries touching those feeds' ledger accounts.

hasCashLeg
enum<string>

true returns only entries with a posting on a bank-backed ledger account.

Available options:
true,
false
source
string

Comma-separated entry sources to include: BANK_FEED, MANUAL, ACCRUAL, SYSTEM, INTEGRATION, OPENING, RECONCILIATION. Defaults to every source.

limit
integer
Required range: 0 < x <= 500
offset
integer | null
Required range: x >= 0

Response

200 - application/json

The matching posted entries

entries
object[]
required
total
number
required