Search journal entries

Retrieve the general ledger journal entries matching the given filters, most recent first.

Required permission: Full Read Accounting

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

Return the single journal entry with this id.

date

Return entries dated on or after this date.

date

Return entries dated on or before this date.

string

Comma-delimited list of account ids. Returns entries with a line item posted to one of those accounts.

string

Comma-delimited list of entry kinds: 3 = Account Transfer, 4 = Fund Transfer, 5 = Batch Posting, 6 = Starting Balance, 7 = Journal Entry, 8 = Bill Payment.

string

The id of a single fund. Returns entries with a line item in that fund. Only one fund id is supported.

string

Comma-delimited list of accounting tag ids. Returns entries with a line item carrying one of those tags.

string

Comma-delimited list of payment method ids. Use -1 to include entries without a payment method. Values come from /api/property_values/accounting_payment_methods/values.

string

Comma-delimited list of status ids or codes (je_status_draft, je_status_posted, je_status_voided).

double

Return entries with a total of at least this amount.

double

Return entries with a total of at most this amount.

string

Return entries with a line item payee whose name contains the given text.

string

Return entries whose memo or line item descriptions contain the given text.

string

Return entries whose entry number or reference matches the given value exactly.

boolean

If true, returns only reconciled entries; if false, only unreconciled entries.

int32
≥ 1

The id of an account. Returns entries with a line item posted to that account.

int32
≥ 1

The id of a payee (person or business). Returns entries with a line item for that payee.

date-time

Return entries created on or after this date and time.

date-time

Return entries created on or before this date and time.

date-time

Return entries modified on or after this date and time.

date-time

Return entries modified on or before this date and time.

string

Return entries created by users whose name contains the given text.

int32
≥ 0

The number of records to skip before returning results, used for paging.

int32
≥ 0

The maximum number of records to return per page. Defaults to 50.

string

The field to sort the results by. The default field depends on the endpoint.

string
enum

The sort direction: "asc" or "desc".

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

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