获取加班数据
POST
/AttendanceOpen/api/v1/AttendanceOvertime/GetOverTimeList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/AttendanceOvertime/GetOverTimeList' \
--header 'Content-Type: application/json' \
--data-raw '{
"OverTimeDate": "2020-11-11 11:10:20"
}'
响应示例响应示例
{
"Data": {
"OverTimeList": [
{
"StaffId": 0,
"StaffEmail": "string",
"StdOrganization": 0,
"StartDate": "2019-08-24T14:15:22Z",
"StopDate": "2019-08-24T14:15:22Z",
"ActualStartDateTime": "2019-08-24T14:15:22Z",
"ActualStopDateTime": "2019-08-24T14:15:22Z",
"ActualDurationConversion": "string",
"Type": "string",
"Compensation": "string",
"Reason": "string",
"DocumentType": 0,
"ApproveStatus": "string",
"PointStartDateTime": "2019-08-24T14:15:22Z",
"PointStopDateTime": "2019-08-24T14:15:22Z",
"PointApproveStatus": "string",
"ContrastState": 0,
"ComparePointStartDateTime": "2019-08-24T14:15:22Z",
"ComparePointStopDateTime": "2019-08-24T14:15:22Z",
"ClockRule": 0,
"StopPointRange": 0,
"Initiator": 0,
"InitiatorEmail": "string",
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z",
"PointInitiator": 0,
"PointInitiatorEmail": "string",
"PointTime": "2019-08-24T14:15:22Z",
"Properties": {
"property1": {},
"property2": {}
},
"OverTimeDuration": 0,
"OverTimeDurationIncludeUnit": "string",
"OId": "string"
}
],
"Total": 0
},
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json