GET residentapi/properties/{propertyId}/infocentercategories
Get all InfoCenter Categories by property id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId |
(Required) MyUnitId of the property |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfInfoCenterCategory| Name | Description | Type | Additional 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"
}
]
}