GET residentapi/properties/{propertyId}/commonareas
Get all common areas for a property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId |
(Required) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfCommonArea| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of CommonArea |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"commonAreaId": 1,
"name": "sample string 2"
},
{
"commonAreaId": 1,
"name": "sample string 2"
}
]
}