The Journal object
Beta API Versions
API versions labelled as Beta are not subject to our standard versioning policy. As such, they may undergo small breaking changes until they are transitioned to the stable version. We encourage you to exercise caution when using Beta API versions and take the necessary steps to ensure a smooth integration into your applications
From the Journal endpoint, you can retrieve a list of all journals for a specified business.
Field | Type | Description |
---|---|---|
id sortable, filterable | string | Identifier for the journal type, unique for the business in the accounting service. |
journalCode sortable, filterable | string | Native journal number or code in the accounting service. |
name sortable, filterable | string | Journal name. |
status sortable, filterable | string | Current status of the journal. |
parentRef | Reference Types | Reference to parent journal. |
type sortable, filterable | string | Type of the journal. |
hasChildren sortable, filterable | boolean | Specifies whether the journal has children or not. |
createdDate sortable, filterable | string See Date | Date on which the journal entry was created in the accounting service. |
sourceModifiedDate sortable, filterable | string See Date | The date on which this record was last modified in the accounting service. |