Rent Roll
RentRoll
objects represent top-level rent roll data from AppFolio®. Skywalk API allows you to obtain the following unit attributes from AppFolio®.
RentRoll
Object#
The Attributes
appfolioIdstring
Unique AppFolio ID for unit.
Example:
"210"
unitstring
Name of unit. Often the unit number.
Example:
"101"
unitIdstring
ID of unit.
Example:
210
unitTypestring
Unit type.
Example:
"1+1"
unitTagsstring[]
Tags of the unit.
Example:
"With Patio, Remodeled"
bdBastring
Number of bedrooms and bathrooms in unit.
Example:
"1/1.00"
sqftstring
Square footage of the unit.
Example:
"800"
amenitiesstring
Amenities of the unit.
Example:
"Patio 55 sf"
More Attributes
rentStatusstring
applicationFeestring
amenitiesPricestring
propertyGroupIdstring[]
portfolioIdinteger
property.appfolioIdstring
property.labelstring
property.namestring
propertyAddress.fullstring
propertyAddress.streetstring
propertyAddress.street2string
propertyAddress.citystring
propertyAddress.statestring
propertyAddress.zipstring
moveInstring
legalRentstring
annualRentSquareFtstring
monthlyMarketRentSquareFtstring
previousOccupancyRentstring
The RentRoll Object
#
Get Rent RollGET /v1/rent-roll
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The rent roll endpoint returns a rent roll report data from 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.
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 RentRoll
objects.
GET /v1/rent-roll
Response