GET api/Comman/GetStaffShiftLogs?staff_id={staff_id}&vendorid={vendorid}&status={status}&fromdate={fromdate}&todate={todate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staff_id | integer |
Required |
|
| vendorid | integer |
Required |
|
| status | string |
None. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of getstaffshiftlogs_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| staff_id | integer |
None. |
|
| name | string |
None. |
|
| dow | date |
None. |
|
| start_time | string |
None. |
|
| end_time | string |
None. |
|
| status | string |
None. |
|
| manager_notes | string |
None. |
|
| hr_notes | string |
None. |
|
| total_hrs | decimal number |
None. |
|
| break_total | decimal number |
None. |
|
| updateby | string |
None. |
|
| tag | string |
None. |
|
| billable_hrs | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"staff_id": 2,
"name": "sample string 3",
"dow": "2025-11-04T14:10:33.4789927+00:00",
"start_time": "sample string 4",
"end_time": "sample string 5",
"status": "sample string 6",
"manager_notes": "sample string 7",
"hr_notes": "sample string 8",
"total_hrs": 1.0,
"break_total": 1.0,
"updateby": "sample string 9",
"tag": "sample string 10",
"billable_hrs": 1.0
},
{
"$ref": "1"
}
]