| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"workDate": "2016-03-09",
"offset": 0,
"size": 200
}curl --location --request POST 'http://127.0.0.1/topapi/attendance/listschedule?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"workDate": "2016-03-09",
"offset": 0,
"size": 200
}'{
"result": {
"schedules": [
{
"plan_id": 0,
"check_type": "string",
"approve_id": 0,
"userid": "string",
"class_id": 0,
"class_setting_id": 0,
"plan_check_time": "string",
"group_id": 0,
"changed_check_time": "string"
}
],
"has_more": true
},
"errmsg": "string",
"errcode": 0,
"request_id": "string"
}