Property Groups
PropertyGroup objects represent top-level property group data from AppFolio®. Skywalk API allows you to obtain the following property group attributes from AppFolio®.
The PropertyGroup Object#
Attributes
appfolioIdstring
Unique ID for this property group.
Example:
"8"
namestring
Name of this property group.
Example:
"SunnySide Property Group"
propertyIdsstring[]
Array of AppFolio Ids of property belonging to this property group.
Example:
["2","5","7"]
The PropertyGroup Object
Get All Property Groups#
GET /v1/property-groups
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The property group endpoint returns a list of all property groups in your AppFolio® account. This endpoint should respond immediately with your most recently cached data.
Parameters#
This endpoint requires no additional parameters.
Returns#
The standard List Response Format with a data property containing an array of PropertyGroup objects.
GET /v1/property-groups
Response