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®.
PropertyGroup
Object#
The 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 GroupsGET /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.
#
ParametersThis endpoint requires no additional parameters.
#
ReturnsThe standard List Response Format with a data
property containing an array of PropertyGroup
objects.
GET /v1/property-groups
Response