get-all-copy
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The general-ledger endpoint returns general ledger transaction lines from your AppFolio® account, grouped by GL account and sorted by post date. Use the accounting parameter to switch between Cash and Accrual basis. If you omit the date filter, we default to this_month_to_date so new accounts see the current month's transactions out-of-the-box.
Parameters
propertyIdselect
AppFolio ID of a Property to serve as a filter.
propertyGroupIdselect
AppFolio ID of a Property Group to serve as a filter.
ownerIdselect
AppFolio ID of an Owner to serve as a filter.
accountingselect
Accounting Basis.
Default: cash.
Possible Values: cash, accrual
Default Value:
cash
Possible Values:
cash
accrual
dateRangeselect
Post Date Range for report.
Default Value:
this_month_to_date
Possible Values:
today
this_week
this_week_to_date
this_month
this_month_to_date
this_quarter
this_quarter_to_date
this_year_to_date
last_year
last_year_to_date
yesterday
last_week
last_week_to_date
last_month
last_month_to_date
last_quarter
last_quarter_to_date
last_7_days
last_30_days
last_60_days
last_90_days
trailing_12_months
next_7_days
next_30_days
next_60_days
next_90_days
next_week
next_month
next_quarter
until_1_week_ago
until_1_month_ago
all_time
dateFromdate
Post Date to given in MM/DD/YYYY (e.g. 01/31/2021)
dateTodate
Post Date to given in MM/DD/YYYY (e.g. 01/31/2021)
glAccountIdstring
GL account ID to filter by, or "all" to include all accounts. Default: all.
Default Value:
all
reverseTransactionboolean
Include reverse transactions. Default: No. Possible Values: Yes, No
Default Value:
No
excludeZeroDollarReceiptsFromCashAccountsboolean
Exclude zero-dollar receipts from cash accounts. Default: Yes. Possible Values: Yes, No
Default Value:
Yes
excludeZeroDollarBillsboolean
Exclude zero-dollar bills. Default: Yes. Possible Values: Yes, No
Default Value:
Yes
Returns
The standard List Response Format with a data property containing an array of GeneralLedgerEntry objects.