GET api/Attendance/GetAttendanceTypeStatisticByStaffId?staffId={staffId}&communityId={communityId}&menu={menu}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | string |
Required |
|
| communityId | string |
Required |
|
| menu | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfApplyTypeTotal| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of ApplyTypeTotal |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"ApplyType": 0,
"ApplyTypeName": "sample string 1",
"ApplyCount": 2
},
{
"ApplyType": 0,
"ApplyTypeName": "sample string 1",
"ApplyCount": 2
}
]
}