curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/AttendanceStatistics/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartDate": "2020-08-01",
"StopDate":"2020-08-10",
"PageIndex": 1,
"PageSize": 1
}'
{
"Data": {
"TotalCount": 0,
"Items": [
{
"UserId": 0,
"CardNumber": "string",
"SwipingCardDate": "2019-08-24T14:15:22Z",
"MissingTime": 0,
"Status": 0,
"AttendanceMethod": 0,
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z",
"Times": [
{
"ActualTime": "2019-08-24T14:15:22Z",
"PatchCardTime": "2019-08-24T14:15:22Z",
"MissingTime": 0,
"Type": 0
}
]
}
]
},
"Code": "Succeed",
"Message": "string"
}