| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"op_user_id": "user456",
"schedule_ids": "161xxxx530,160xxxxx12"
}curl --location --request POST 'http://127.0.0.1/topapi/attendance/schedule/result/listbyids?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"op_user_id": "user456",
"schedule_ids": "161xxxx530,160xxxxx12"
}'{
"result": [
{
"check_type": "string",
"gmt_modified": "string",
"plan_check_time": "string",
"corp_id": "string",
"base_check_time": "string",
"group_id": 0,
"gmt_create": "string",
"user_id": "string",
"work_date": "string",
"id": 0,
"location_result": "string",
"is_legal": "string",
"time_result": "string",
"record_id": 0,
"user_check_time": "string",
"schedule_id": 0
}
],
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}