The Journal object
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. |