获取公出数据
POST
/AttendanceOpen/api/v1/Outward/GetOutwardList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/Outward/GetOutwardList' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartDate": "2020-10-29",
"PageIndex": 1,
"PageSize": 1
}'
响应示例响应示例
{
"Data": {
"OutwardInfos": [
{
"StdOrganization": 0,
"StaffId": 0,
"StaffEmail": "string",
"OutwardStartDateTime": "2019-08-24T14:15:22Z",
"OutwardStopDateTime": "2019-08-24T14:15:22Z",
"DurationDisplay": 0,
"OutwardActualDurationIncludeUnit": "string",
"UserID": 0,
"ApplyTime": "2019-08-24T14:15:22Z",
"Attachment": "string",
"ApproveStatus": 0,
"OutwardReason": "string",
"OutwardType": 0,
"OId": "string",
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z",
"AttendanceOutwardId": "string",
"OutwardMarking": 0,
"StartDateTimePeriod": 0,
"StopDateTimePeriod": 0,
"Properties": {
"property1": {},
"property2": {}
}
}
],
"Total": 0
},
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:23