GET job/job_attendance_batch_list?job_id={job_id}&date_from={date_from}&date_to={date_to}
查看考勤记录
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
job_id | integer |
None. |
|
date_from | string |
None. |
|
date_to | string |
None. |
Body Parameters
None.
Response Information
Resource Description
查看考勤记录
DataResponseOfListOfJobAttendanceResultViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | Collection of JobAttendanceResultViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": [ { "date": "sample string 1", "job_attendance_result_item": [ { "batch_id": 1, "title": "sample string 2", "work_start": "sample string 3", "work_end": "sample string 4", "count": 5 }, { "batch_id": 1, "title": "sample string 2", "work_start": "sample string 3", "work_end": "sample string 4", "count": 5 } ] }, { "date": "sample string 1", "job_attendance_result_item": [ { "batch_id": 1, "title": "sample string 2", "work_start": "sample string 3", "work_end": "sample string 4", "count": 5 }, { "batch_id": 1, "title": "sample string 2", "work_start": "sample string 3", "work_end": "sample string 4", "count": 5 } ] } ] }