{
"month": "2026-02",
"startDate": "2026-02-02",
"endDate": "2026-02-22",
"userSn": "W53568,T69786",
"departmentSn": "E60,A64",
"limit": 300,
"offset": 401,
"showHoliday": true,
"showPlacePost": true,
"showShiftPeriod": true
}curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_user_shifts.json' \
--header 'Authorization: ***********************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "2026-02",
"startDate": "2026-02-02",
"endDate": "2026-02-22",
"userSn": "W53568,T69786",
"departmentSn": "E60,A64",
"limit": 300,
"offset": 401,
"showHoliday": true,
"showPlacePost": true,
"showShiftPeriod": true
}'{
"response": {
"status": "success",
"err_msg": "",
"search_start": "2024-10-01",
"search_end": "2024-10-31",
"offset": 0,
"limit": 100,
"datas_count": 2,
"datas": [
{
"userSn": "E10001",
"shift_datas": {
"date": "2024-10-15",
"shift_periods": {
"start_time": "08:00",
"end_time": "17:00",
"midnight": "0"
},
"shift": "早班",
"is_ot_shift": false,
"holiday": "regular",
"shift_place_posts": [
"台北辦公室",
"研發部"
]
}
},
{
"userSn": "E10002",
"shift_datas": {
"date": "2024-10-16",
"shift_periods": {
"start_time": "22:00",
"end_time": "06:00",
"midnight": "1"
},
"shift": "夜班",
"is_ot_shift": false,
"holiday": "regular",
"shift_place_posts": [
"生產線A區",
"製造部",
"品管站"
]
}
}
]
}
}