Tenants
Tenant
objects represent top-level tenant data from AppFolio®. Skywalk API allows you to obtain the following tenant attributes from AppFolio®.
Tenant
Object#
The Attributes
appfolioIdstring
Unique AppFolio ID for this tenant.
Example:
"254"
namestring
Display name of tenant.
Example:
"Johnston, Johnny L."
firstNamestring
First name of tenant.
Example:
"Johnny"
lastNamestring
Last name of tenant.
Example:
"Johnston"
statusstring
Current status of tenant.
Example:
"Current"
petsstring
Pets of tenant.
Example:
null
More Attributes
emailAddressesstring[]
phoneNumbersPhoneNumber[]
address.streetstring
address.street2string
address.citystring
address.statestring
address.zipstring
typestring
tagsstring[]
occupancyAppfolioIdstring
guestCardAppfolioIdstring
rentalApplicationAppfolioIdstring
moveInstring
moveOutstring
unit.typestring
rentstring
depositstring
leaseFromstring
leaseTostring
lateFee.typestring
lateFee.baseAmountstring
lateFee.dailyAmountstring
lateFee.gracePeriodinteger
lateFee.gracePeriodFixedDaystring
lateFee.graceBalancestring
lateFee.maxDailyAmountstring
The Tenant Object
#
Get All TenantsGET /v1/tenants
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The tenants endpoint returns a list of all tenants 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.
visibilityselect
Tenant Visibility status to serve as filter.
Default Value:Â Â
active
Possible Values:Â Â
active
hidden
all
statusmulti
Tenant Status to serve as filter.
Default Value:Â Â
current
notice
Possible Values:Â Â
current
past
future
evict
notice
all
Â
#
ReturnsThe standard List Response Format with a data
property containing an array of Tenant
objects.
GET /v1/tenants
Response