Get Journal
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
An accounting journal of the company, identified by an opaque id.
A journal groups documents of one kind and drives their numbering. bank_account_id only
carries a value on the journals it applies to, and is null elsewhere.
Opaque unique identifier of the journal.
Name of the journal.
Short code of the journal, used as a prefix in the numbering.
What the journal holds. One of: sales_invoice, sales_credit, purchases_invoice, purchases_credit, incoming_sales, incoming_purchases. A few legacy incoming journals with no direction are returned as plain incoming.
true when this is the journal used by default for its category.
false when the journal is disabled and no longer used.
First number of the numbering sequence.
Template applied when numbering a document of this journal.
How often the numbering restarts: never, monthly, calendar-year or fiscal-year. A legacy journal carrying a value the numbering does not recognise comes out as unknown (and is numbered as never).
Opaque id of the bank account tied to this journal, resolvable through GET /bank-accounts/{id}. null when the journal has no bank account.