Skip to content

Get accounting journals

GET
/accountancy/journal/journals
Required scope: viskan:accountancyjournal:read

Returns accounting journal data grouped by accounting period. Only Invoice and Payment journals are included. Rows with a net zero amount are excluded. The response is limited to a maximum of 24 months of data — if the effective date range exceeds this, a date-range-too-large error is returned.

Parameters

Query parameters

journalDate  string
Only include journals created after this date.
periodDateFrom  string
Only include periods whose start date is on or after this date.
periodDateTo  string
Only include periods whose end date is on or before this date.

Response

The response contains the accounting journals.