GET residentapi/properties/{propertyId}/infocentercategories

Get all InfoCenter Categories by property id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

(Required) MyUnitId of the property

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfInfoCenterCategory
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of InfoCenterCategory

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "elements": [
    {
      "categoryId": 1,
      "name": "sample string 2"
    },
    {
      "categoryId": 1,
      "name": "sample string 2"
    }
  ]
}