GET v1/attenddemo/invoke/monthdistrictattend?aeMonth={aeMonth}&bMonth={bMonth}&districtName={districtName}
该区内各园区以月为单位的出勤统计
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aeMonth | date |
Required |
|
| bMonth | date |
Required |
|
| districtName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MonthDistrictAttendDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GardenId | integer |
None. |
|
| GardenName | string |
None. |
|
| Months | Collection of MonthAttendItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gardenId": 1,
"gardenName": "sample string 2",
"months": [
{
"date": "2025-12-14 01:00:19",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
},
{
"date": "2025-12-14 01:00:19",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
}
]
},
{
"gardenId": 1,
"gardenName": "sample string 2",
"months": [
{
"date": "2025-12-14 01:00:19",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
},
{
"date": "2025-12-14 01:00:19",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
}
]
}
]