GET api/Room/GetRoomOwnerTypeTotalByCommunityId?communityId={communityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfRoomOwnerTotalViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of RoomOwnerTotalViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"Title": "sample string 2",
"Count": 3
},
{
"Id": "sample string 1",
"Title": "sample string 2",
"Count": 3
}
]
}