获取租户班次信息
POST
/AttendanceOpen/api/v1/WorkShift/GetWorkShiftInfo
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/WorkShift/GetWorkShiftInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"PageIndex" : 1,
"PageSize": 1
}'
响应示例响应示例
{
"Data": {
"WorkShiftInfos": [
{
"WorkDuration": 0,
"Name": "string",
"Type": 0,
"Attributes": 0,
"IsSystem": true,
"OId": "string",
"BeOndutyTime": "2019-08-24T14:15:22Z",
"BeOffdutyTime": "2019-08-24T14:15:22Z",
"EarlyBeOndutyTime": "2019-08-24T14:15:22Z",
"LatestBeOndutyTime": "2019-08-24T14:15:22Z",
"EarlyBeOffdutyTime": "2019-08-24T14:15:22Z",
"LatestBeOffdutyTime": "2019-08-24T14:15:22Z",
"SwipingCardForStarttime": "2019-08-24T14:15:22Z",
"SwipingCardForStoptime": "2019-08-24T14:15:22Z",
"RestCounts": 0,
"HalfDaySplitPoint": "2019-08-24T14:15:22Z",
"RestTimeWhetherClock": true,
"RestStartTime": "string",
"RestEndTime": "string",
"RestStartDateTwo": "string",
"RestStopDateTwo": "string",
"ThirdRestStartTime": "string",
"ThirdRestEndTime": "string",
"FourthRestStartTime": "string",
"FourthRestEndTime": "string",
"FifthRestStartTime": "string",
"FifthRestEndTime": "string",
"SixthRestStartTime": "2019-08-24T14:15:22Z",
"SixthRestEndTime": "2019-08-24T14:15:22Z",
"IntervalStartTime": "2019-08-24T14:15:22Z",
"IntervalEndTime": "2019-08-24T14:15:22Z",
"OIdOrganization": "string",
"IsShare": true,
"Status": 0,
"MoreSettings": true,
"LateAbsentLimit": 0,
"LeaveAbsentLimit": 0,
"LateLimit": 0,
"OverTimeOffDuty": 0,
"OverTimeWhetherClock": true,
"IsLeaveLateAndArriveLate": true,
"LeaveAndArrive": "string",
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z",
"Properties": {
"property1": {},
"property2": {}
}
}
],
"Total": 0
},
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:22