获取工时数据
POST
/AttendanceOpen/api/v1/WorkingHour/GetWorkingHourList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/WorkingHour/GetWorkingHourList' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartDate": "2020-10-29",
"EndDate": "2020-11-30",
"PageIndex": 1,
"PageSize": 1
}'
响应示例响应示例
{
"Data": {
"WorkingHourInfos": [
{
"Name": "string",
"Email": "string",
"AttendanceOrg": "string",
"StartDate": "string",
"EndDate": "string",
"StandardWorkingHours": 0,
"StandardWorkingHoursAdjust": 0,
"ActualStandardWorkingHours": 0,
"AttendanceWorkingHours": 0,
"AttendanceWorkingHoursAdjust": 0,
"ActualAttendanceWorkingHours": 0,
"CarryOverWorkingHours": 0,
"DifferentWorkingHours": 0,
"CarryOverStatus": "string",
"BalanceToMonthlyLimit": 0,
"BalanceToVacationLimit": 0,
"BalanceToNextCycleLimit": 0,
"Remark": "string",
"Properties": {
"property1": {},
"property2": {}
},
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z"
}
],
"Total": 0
},
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:22