GL Accounts
GLAccount
objects represent top-level GL account data from AppFolio®. Skywalk API allows you to obtain the following GL account attributes from AppFolio®.
GLAccount
Object#
The Attributes
appfolioIdstring
AppFolio ID of GL Account.
Example:
"34"
accountNamestring
Name of GL Account.
Example:
"Rent Income"
accountTypestring
Type of GL Account.
Example:
"Income"
numberstring
Number of GL Account.
Example:
"102-000"
subAccountOfstring
Name of parent GL Account; includes account number.
Example:
"100-000 Income"
subAccountOfIdstring
ID of parent GL Account.
Example:
"30"
More Attributes
offsetAccountstring
offsetAccountIdstring
optionsstring[]
hiddenboolean
The GLAccount Object
#
Get All GL AccountsGET /v1/gl-accounts
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The GL accounts endpoint returns a list of all GL accounts in your AppFolio® account. This endpoint should respond immediately with your most recently cached data.
#
ParametersThis endpoint requires no additional parameters.
#
ReturnsThe standard List Response Format with a data
property containing an array of GLAccount
objects.
GET /v1/gl-accounts
Response