| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"op_user_id": "user123",
"date_time": 1599580799000,
"user_id": "user456"
}curl --location --request POST 'http://127.0.0.1/topapi/attendance/schedule/listbyday?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"op_user_id": "user123",
"date_time": 1599580799000,
"user_id": "user456"
}'{
"result": [
{
"check_type": "string",
"approve_type": "string",
"gmt_modified": "string",
"plan_check_time": "string",
"corp_id": "string",
"check_date_time": "string",
"base_check_time": "string",
"group_id": 0,
"class_name": "string",
"gmt_create": "string",
"user_id": "string",
"approve_biz_type": 0,
"approve_id": 0,
"class_setting_id": 0,
"approve_tag_name": "string",
"features": "string",
"class_id": 0,
"check_status": "string",
"work_date": "string",
"check_end_time": "string",
"is_rest": "string",
"check_begin_time": "string",
"real_plan_time": "string",
"id": 0
}
],
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}