- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Retrieve late staff
GET
/timesheets/late
Timesheets
Request
Query Params
location_id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/timesheets/late?location_id'
Responses
🟢200OK
application/json
Body
array of:
staff_id
string
optional
location_id
string
optional
total_hours
number
optional
shifts
array [object]
optional
late
boolean
optional
Example:
true
Example
[
{
"staff_id": "string",
"location_id": "string",
"total_hours": 0,
"shifts": [
{}
],
"late": true
}
]
🟠400Bad Request
🔴500Server Error
Modified at 2024-12-17 09:24:35