Owners
Owner objects represent top-level owner data from AppFolio®. Skywalk API allows you to obtain the following owner attributes from AppFolio®.
The Owner Object#
Attributes
appfolioIdstring
Unique AppFolio ID for this owner.
Example:
"14"
namestring
Display name of owner.
Example:
"Johnson, Johnny"
firstNamestring
First name of owner.
Example:
"Johnny"
lastNamestring
Last name of owner.
Example:
"Johnson"
emailAddressstring
Email addresses for the owner.
Example:
"johnny@jj.com"
propertyIdsstring[]
Property IDs belonging to owner.
Example:
["11","15","17"]
More Attributes
phoneNumbersPhoneNumber[]
fullAddressstring
address.streetstring
address.street2string
address.citystring
address.statestring
address.zipstring
address.countrystring
notesForOwnerstring
ownerPacketReportsstring[]
sendOwnerPacketsByEmailboolean
lastPacketSentstring
alternativePayeestring
paymentTypestring
lastPaymentDatestring
holdPaymentsboolean
The Owner Object
Get All Owners#
GET /v1/owners
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The owners endpoint returns a list of all owners in your AppFolio® account. This endpoint should respond immediately with your most recently cached data.
Parameters#
ownerVisibilityselect
Owner Visibility status to serve as filter.
Default Value:Â Â
active
Possible Values:Â Â
active
hidden
all
propertyVisibilityselect
Property Visibility status to serve as filter.
Default Value:Â Â
active
Possible Values:Â Â
active
hidden
all
Â
Returns#
The standard List Response Format with a data property containing an array of Owner objects.
GET /v1/owners
Response