Skip to main content
GET
List Journal Entries

Query Parameters

account
string

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

all_time
boolean
default:false

Return entries across the full history instead of the default 6-month window. Ignored when both start_date and end_date are supplied.

end_date
string

End date, YYYY-MM-DD. Omit both dates and the range defaults to the last 6 months; pass all_time=true for the full history.

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, YYYY-MM-DD. Omit both dates and the range defaults to the last 6 months; pass all_time=true for the full history.

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"