Retrieves transactions with optional filtering and pagination
Put ONLY your JWT Bearer token on textbox below!
Location. Required. Only a single location is supported for v1
Modified date start (inclusive)
Modified date end (inclusive)
Date of business start (inclusive)
Date of business end (inclusive)
Approval status. Valid values: Unapproved, Approved
Transaction types. Valid values: APInvoice, APCreditMemo, APPayment, ARInvoice, ARCreditMemo, ARPayment, JournalEntry, BankExpense, BankTransfer, BankDeposit, InventoryCount, ItemTransfer, WasteLog, CommissaryFulfillment, Donation
Include transaction detail lines in the response
Include distribution information in the response
Number of results per page. Default: 250, Max: 250
Continuation token for pagination. Use the nextLink from a previous response to get the next page of results
Transactions query results.
Paginated response containing queried transactions.
The collection of transactions for the current page.
Transaction model for the query transactions public API response.
Unique identifier (GUID) of the transaction.
Transaction type name (e.g., "APInvoice", "JournalEntry").
Transaction number.
Business date of the transaction.
Name of the template used to generate this transaction, if any.
Total debit amount across all distribution lines.
Total credit amount across all distribution lines.
Legal entity reference for transaction responses.
Unique identifier (GUID) of the legal entity.
Display name of the legal entity.
Legal entity number.
Location reference for transaction responses.
Unique identifier (GUID) of the location.
Display name of the location.
Location number.
Free-text comment or memo on the transaction.
Spread type applied when the transaction spans multiple periods.
Approval status of the transaction.
Timestamp of the most recent modification.
Transaction detail lines. Only included when includeDetails is true.
Transaction detail line for the query transactions public API response.
Unique identifier of the detail line.
GL account reference for transaction responses.
Unique identifier (GUID) of the GL account.
Display name of the GL account.
GL account number.
GL type name for this account.
Debit amount on this line. Zero when the line is a credit.
Credit amount on this line. Zero when the line is a debit.
Location reference for transaction responses.
Unique identifier (GUID) of the location.
Display name of the location.
Location number.
Legal entity reference for transaction responses.
Unique identifier (GUID) of the legal entity.
Display name of the legal entity.
Legal entity number.
Free-text comment on this detail line.
Distribution summary for the query transactions public API response.
Total debit amount across all distribution lines.
Total credit amount across all distribution lines.
Individual GL distribution lines.
Individual distribution line within a transaction distribution.
GL account reference for transaction responses.
Unique identifier (GUID) of the GL account.
Display name of the GL account.
GL account number.
GL type name for this account.
Location reference for transaction responses.
Unique identifier (GUID) of the location.
Display name of the location.
Location number.
Legal entity reference for transaction responses.
Unique identifier (GUID) of the legal entity.
Display name of the legal entity.
Legal entity number.
Debit amount on this distribution line. Zero when the line is a credit.
Credit amount on this distribution line. Zero when the line is a debit.
Comment on this distribution line.
Custom reporting attribute 1.
Custom reporting attribute 2.
URL to retrieve the next page of results, or null if this is the last page.
Unprocessable Content