Properties
Property
objects represent top-level property data from AppFolio®. Skywalk API allows you to obtain the following property attributes from AppFolio®.
Property
Object#
The Attributes
appfolioIdstring
Unique ID of Property used by AppFolio.
Example:
"7"
labelstring
Name of the property; if not set then the full address of the property.
Example:
"Warm Weather Apartments"
fullAddressstring
Full address of property.
Example:
"1234 Warm Weather Rd., CA 90001"
More Attributes
namestring
descriptionstring
typestring
unitCountinteger
sqFtstring
marketRentstring
address.streetstring
address.street2string
address.citystring
address.statestring
address.zipstring
lateFee.typestring
lateFee.baseAmountstring
lateFee.dailyAmountstring
lateFee.gracePeriodinteger
lateFee.gracePeriodFixedDaystring
lateFee.graceBalancestring
lateFee.maxDailyAmountstring
leaseFee.typestring
leaseFee.flatFeestring
leaseFee.percentFeestring
management.flatFeestring
management.percentFeestring
management.feeTypestring
management.startDatestring
management.endDatestring
management.endReasonstring
manager.namestring
manager.phoneNumberstring
maintenance.limitstring
maintenance.notesstring
maintenance.groupstring
owners.namesstring[]
owners.appfolioIdsstring[]
owners.contractExpirationsstring[]
premiumLeads.statusstring
premiumLeads.monthlyCapstring
premiumLeads.activationDatestring
propertyGroupAppfolioIdsstring[]
The Property Object
#
Get All PropertiesGET /v1/properties
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The properties endpoint returns a list of all properties 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 Property
objects.
GET /v1/properties
Response