{
"userSn": "S23725,W70330",
"departmentSn": "Y71,N75",
"startDate": "2026-10-25",
"endDate": "2026-11-11",
"leave_hours_enable": "Y,N,C,D",
"ot_hours_enable": "Y,N,C,D",
"modified": "2020-08-18",
"limit": 400,
"offset": 101
}curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_att_records.json' \
--header 'Authorization: ***********************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"userSn": "S23725,W70330",
"departmentSn": "Y71,N75",
"startDate": "2026-10-25",
"endDate": "2026-11-11",
"leave_hours_enable": "Y,N,C,D",
"ot_hours_enable": "Y,N,C,D",
"modified": "2020-08-18",
"limit": 400,
"offset": 101
}'{
"response": {
"status": "success",
"err_msg": "",
"limit": 401,
"offset": 300,
"datas_count": 1932,
"datas": [
{
"user_name": "master",
"user_sn": "master",
"department_name": "FSSNFO",
"department_sn": "FSSNFO",
"att_date": "2020-12-12",
"holiday_type": "",
"shift": "正常班2",
"all_unusual": "",
"eff_att_time": "0.00",
"real_eff_att_time": "0.00",
"first_in_midnight": "",
"first_in": "07:51",
"first_out_midnight": "",
"first_out": "12:04",
"late_time": "0",
"absent_time": "0",
"earlyoff_time": "0",
"clock_time": "4",
"leave_records": "年假(13:00-17:00)",
"ot_records": "",
"att_apply_records": "",
"custom_01": "4",
"custom_02": "0",
"custom_03": "0",
"custom_04": "0",
"created": "2020-12-11 00:01:01",
"modified": "2020-12-11 10:40:23"
}
]
}
}