Balance Sheet
BalanceSheet
objects represent the individual line-items in a Balance Sheet report. Skywalk API allows you to obtain the following attributes from a Balance Sheet report:
BalanceSheet
Object#
The Attributes
idstring
Ephemeral ID for the purpose of child/parent traversal.
Example:
"0"
titlestring
Name of record.
Example:
"ASSETS"
glAccountIdstring
Unique ID for this GL Account.
Example:
null
glAccountNamestring
Name of associated GL Account.
Example:
"ASSETS"
glAccountCodestring
Name of associated GL Account.
Example:
null
balancestring
Account balance.
Example:
"10,000.00"
parentIdstring
Maps to the ID of the parent record.
childIdsstring[]
Maps to the ID of the child records.
Example:
["1","6","7","8","12"]
The BalanceSheet Object
#
Get Balance SheetGET /v1/balance-sheet
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The balance sheet endpoint returns a list of all balances in your AppFolio® account. This endpoint should respond immediately with your most recently cached data.
#
ParameterspropertyIdselect
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
datedate
"As of" date for report given in MM/DD/YYYY (e.g. 01/31/2021)
Â
#
ReturnsThe standard List Response Format with a data
property containing an array of BalanceSheet
objects.
GET /v1/balance-sheet
Response