Skip to main content
GET
List Journal Entries

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

account
string

Filter by account ID(s). Can specify multiple values.

all_time
boolean
default:false

Include all entries regardless of date range

end_date
string

End date for filtering (YYYY-MM-DD format)

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

source
string

Filter by journal entry source (e.g., 'manual', 'CSV Upload')

start_date
string

Start date for filtering (YYYY-MM-DD format)

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"