获取考勤异常信息 | |
请求地址: | https://oapi.i8xiaoshi.com/app/attendance/getAttendanceCase |
返回格式: | JSON |
授权模式: | clientcredentials(客户端模式) |
请求方式: | POST |
HTTP Headers | |
Content-Type: | application/json |
Authorization: | 有效访问令牌(access_token) |
提交参数 | |||
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
userID | Array | true | 用户ID(Guid)数组 |
year | Number | true | 年 |
month | Number | true | 月 |
unhandled | Boolean | true | 仅查询未处理异常(传true) |
pageIndex | Number | true | 当前页码 |
pageSize | Number | true | 每页显示数据条数 |
userInfo | Object | true | 用户实体 |
返回结果 |
{"status": "状态码",
"ReturnObject":[...],
"Description":"结果描述"} |
备注 |
userID为:["userID1","userID2","userID3",..],userInfo为:{ UserId =“用户ID” } |