GET api/WorkOrder/GetRangeGroup?communityId={communityId}
获取小区下所有群组
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfRangeGroupResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | RangeGroupResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"Id": "sample string 1",
"Text": "sample string 2",
"ParentId": "sample string 3",
"SubGroup": []
}
}