Journal Entries
List Journal Entries
This endpoint retrieves all journal entries within a business’s general ledger.
GET
Path Parameters
ID of the Business to retrieve the Journal Entries for.
Query String Parameters
Filter for entries applied on or after the specified time. This filters the entry_at
field, not the created_at
time.
Filter for entries on or before the specified time. This filters the entry_at
field, not the created_at
time.
Filter for entries with a specific tag key. Both tag_key
and tag_values
must be specified to filter by tags.
Filter for entries with specific tag values. Multiple values for a specific key can be specified, separated by commas.
Both tag_key
and tag_values
must be specified to filter by tags.
Response
An array of retrieved Journal Entry objects