Rental Applications
RentalApplication
objects represent rental applications from AppFolio®. Skywalk API allows you to obtain the following rental application attributes from AppFolio®.
RentalApplication
Object#
The Attributes
rentalApplicationIdinteger
ID of rental application.
Example:
1234
applicantsstring
Name of applicants
Example:
"John Jacobs"
applyingForstring
Unit number applicant is applying for
Example:
"101"
approvedAtstring
When application was approved
Example:
"04/15/2023 at 2:30 PM"
canceledAtstring
When application was cancelled
Example:
null
deniedAtstring
When application was denied
Example:
null
desiredMoveInstring
Desired move in date of applicant
Example:
"07/01/2023"
emailstring
Email of applicant
Example:
"prospect@email.com"
phoneNumberstring
Phone number of applicant
Example:
"(111)111-1111"
propertyIdstring
Property ID associated with application
Example:
"7"
statusstring
Status of application
Example:
"Converting"
More Attributes
unitIdstring
rentalApplicationGroupIdstring
screeningstring
tenantIdstring
currentAddress.address1string
currentAddress.address2string
currentAddress.citystring
currentAddress.zipstring
currentAddress.statestring
currentAddress.residedFromstring
currentAddress.residedTostring
currentAddress.landlordNamestring
currentAddress.landlordEmailstring
currentAddress.landlordPhoneNumberstring
currentAddress.monthlyRentstring
previousAddress1.address1string
previousAddress1.address2string
previousAddress1.citystring
previousAddress1.zipstring
previousAddress1.statestring
previousAddress1.residedFromstring
previousAddress1.residedTostring
previousAddress1.landlordNamestring
previousAddress1.landlordEmailstring
previousAddress1.landlordPhoneNumberstring
previousAddress1.monthlyRentstring
previousAddress2.address1string
previousAddress2.address2string
previousAddress2.citystring
previousAddress2.zipstring
previousAddress2.statestring
previousAddress2.residedFromstring
previousAddress2.residedTostring
previousAddress2.landlordNamestring
previousAddress2.landlordEmailstring
previousAddress2.landlordPhoneNumberstring
previousAddress2.monthlyRentstring
The RentalApplication Object
#
Get All Rental ApplicationsGET /v1/rental-applications
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The rental applications endpoint returns a list of all rental applications 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.
dateRangeselect
Application "Received On" Date Range for report.
Default Value:Â Â
this_month_to_date
Possible Values:Â Â
today
this_week
this_week_to_date
this_month
this_month_to_date
this_quarter
this_quarter_to_date
this_year_to_date
last_year
last_year_to_date
yesterday
last_week
last_week_to_date
last_month
last_month_to_date
last_quarter
last_quarter_to_date
last_7_days
last_30_days
last_60_days
last_90_days
trailing_12_months
next_7_days
next_30_days
next_60_days
next_90_days
next_week
next_month
next_quarter
until_1_week_ago
until_1_month_ago
all_time
dateFromdate
Application "Received On" Date to given in MM/DD/YYYY (e.g. 01/31/2021)
dateTodate
Application "Received On" Date to given in MM/DD/YYYY (e.g. 01/31/2021)
applicationStatusselect
Filter guest cards for a specific status.
Default Value:Â Â
all
Possible Values:Â Â
all
New
Decision Pending
Approved
Denied
Canceled
Converting
Converted
Â
#
ReturnsThe standard List Response Format with a data
property containing an array of RentalApplication
objects.
GET /v1/rental-applications
Response