Units
Unit
objects represent top-level unit data from AppFolio®. Skywalk API allows you to obtain the following unit attributes from AppFolio®.
Unit
Object#
The Attributes
appfolioIdstring
Unique AppFolio ID for unit.
Example:
"210"
namestring
Name of unit. Often the unit number.
Example:
"101"
marketRentstring
Market rent for the unit.
Example:
"1,950.00"
sqFtstring
Unit's Square footage.
Example:
"950"
bedroomsstring
Number of bedrooms in unit.
Example:
"2"
bathroomsstring
Number of bathrooms in unit.
Example:
"2.00"
tagsstring[]
A list of tags for the unit.
Example:
["loft"]
rentStatusstring
Rental status of the unit.
Example:
null
More Attributes
descriptionstring
property.appfolioIdstring
property.labelstring
address.streetstring
address.street2string
address.citystring
address.statestring
address.zipstring
advertisedRentstring
typestring
applicationFeestring
rentReadyboolean
legalRentstring
The Unit Object
#
Get All UnitsGET /v1/units
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The units endpoint returns a list of all units 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.
Â
#
ReturnsThe standard List Response Format with a data
property containing an array of Unit
objects.
GET /v1/units
Response