应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"offset": 0,
"size": "10"
}
curl --location --request POST 'http://127.0.0.1/topapi/attendance/getsimplegroups?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"size": "10"
}'
{
"": "string",
"errcode": 0,
"errmsg": "string",
"result": {
"has_more": true,
"groups": [
{
"group_id": 0,
"is_default": true,
"group_name": "string",
"selected_class": [
{
"enable_emp_select_class": true,
"disable_check_without_schedule": true,
"disable_check_when_rest": true,
"setting": {},
"class_id": 0,
"sections": [
{
"times": [
{
"check_time": "string",
"check_type": "string",
"across": 0
}
]
}
],
"class_name": "string"
}
],
"type": "string",
"member_count": 0,
"default_class_id": 0,
"work_day_list": [
"string"
],
"classes_list": [
"string"
],
"manager_list": [
"string"
],
"dept_name_list": [
"string"
],
"owner_user_id": "string"
}
]
}
}