Skip to main content

journalTransactions

Gets the range of JournalTransaction data via the available fields

journalTransactions(
lastId: String
accountId: Int
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [JournalTransaction!]!

Arguments

journalTransactions.lastId ● String scalar

Id to be used to get the next page (logic used: greater than)

journalTransactions.accountId ● Int scalar

Id of the account.

journalTransactions.updatedInDataMart ● DateTime scalar

DateTime when the document was updated in DataMart (logic used: greater than)

journalTransactions.pageSize ● Int! non-null scalar

Maximum page size is 5000

journalTransactions.includeDeleted ● Boolean! non-null scalar

IF set to true then returns also the deleted items. Not active yet.

Type

JournalTransaction object

JournalTransactions. Represents a general ledger journal transaction.