v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Journal

Retrieves the collection of Journal resources.

Retrieves the collection of Journal resources.

get/journals

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Journal collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each journal

journalDatestring date-time

Date on which the journal to be recorded

journalNumberstring nullable

The reference number of the journal

journalLinesstring nullable

JSON lines of the journal

currencyCodestring nullable

Currency code of journal line

createdstring date-time nullable

Created date and time of the journal

modifiedstring date-time nullable

Last modified time of the journal

Example response

[
  {
    "integration": "quickbooks"
  }
]