List Transactions
List all transactions
Query parameters
fields
Specific fields requested in the response. Defaults to all fields.
sort
CSV of sort value pairs by field (eg. date:asc). Sorts descending date fields by default and ascending elsewhere
filter
Filter expression as defined by Fortress Query Language (FQL)
page
the page number when used with pagination, defaults to 0
limit
How many items to return at one time (default 10)
format
The format of the response
Allowed values:
Response
A paged array of transactions
amount
code
The code for the transaction
createdAt
customerId
The ID of the customer associated with the transaction
date
deletedAt
depositId
The ID of the deposit associated with the transaction
fiscalPeriod
The fiscal period for the transaction
household
householdId
The ID of the household associated with the transaction
id
isPaid
Whether the transaction is paid
ledger
The ledger for the transaction
Allowed values:
note
Notes about the transaction
organizationId
The ID of the organization associated with the transaction
paymentDate
The date the charge was paid
propertyId
The ID of the property associated with the transaction
readableId
The readable ID for the transaction
reversedTransactionId
The ID of the reversed transaction
runningBalanceAmount
The running balance amount after the transaction
subjournal
The subjournal for the transaction
Allowed values:
type
The type of the transaction
updatedAt

