GET api/ReportManage/GetReportCommunityByLeaderId?leaderId={leaderId}&memucode={memucode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| leaderId | string |
Required |
|
| memucode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfLeaderReportTaskStatist| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of LeaderReportTaskStatist |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"CommunityId": "sample string 1",
"CommunityName": "sample string 2",
"ReportCount": 3
},
{
"CommunityId": "sample string 1",
"CommunityName": "sample string 2",
"ReportCount": 3
}
]
}