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 MonthDistrictAttendDtoName | 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-07-20 04:23:45", "minAttendPrc": 2, "maxAttendPrc": 3, "absentCount": 4, "leaveCount": 5 }, { "date": "2025-07-20 04:23:45", "minAttendPrc": 2, "maxAttendPrc": 3, "absentCount": 4, "leaveCount": 5 } ] }, { "gardenId": 1, "gardenName": "sample string 2", "months": [ { "date": "2025-07-20 04:23:45", "minAttendPrc": 2, "maxAttendPrc": 3, "absentCount": 4, "leaveCount": 5 }, { "date": "2025-07-20 04:23:45", "minAttendPrc": 2, "maxAttendPrc": 3, "absentCount": 4, "leaveCount": 5 } ] } ]