GET residentapi/properties/{propertyId}/commonareas

Get all common areas for a property

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

(Required)

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfCommonArea
NameDescriptionTypeAdditional 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"
    }
  ]
}