GET api/MeterRead/GetMeterReadTaskByLeaderId?staffId={staffId}&status={status}&startDate={startDate}&endDate={endDate}&pageIndex={pageIndex}&pageSize={pageSize}&menu={menu}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | string |
Required |
|
| status | integer |
Required |
|
| startDate | date |
Required |
|
| endDate | date |
Required |
|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
|
| menu | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfGetMeterReadTaskByLeaderResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of GetMeterReadTaskByLeaderResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"TaskId": "sample string 1",
"PlanName": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"MeterType": true,
"MeterTypeName": "sample string 6",
"TaskStatus": 7,
"TaskStatusName": "sample string 8",
"CompleteDate": "sample string 9",
"TaskName": "sample string 10",
"CId": "sample string 11",
"CommunityName": "sample string 12",
"StaffName": "sample string 13",
"LeaderName": "sample string 14"
},
{
"TaskId": "sample string 1",
"PlanName": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"MeterType": true,
"MeterTypeName": "sample string 6",
"TaskStatus": 7,
"TaskStatusName": "sample string 8",
"CompleteDate": "sample string 9",
"TaskName": "sample string 10",
"CId": "sample string 11",
"CommunityName": "sample string 12",
"StaffName": "sample string 13",
"LeaderName": "sample string 14"
}
]
}