curl --request GET \
--url http://localhost:3000/v1/scanner/clock{
"status": "clocked_in",
"timesheet_id": 123,
"start_time": "<string>",
"elapsed_time": "<string>",
"elapsed_hours": 123,
"elapsed_minutes": 123,
"deputy_employee_id": 123,
"message": "<string>",
"staff_id": "<string>"
}Get current clock in/out status. Supports staff_id query param for PIN auth.
curl --request GET \
--url http://localhost:3000/v1/scanner/clock{
"status": "clocked_in",
"timesheet_id": 123,
"start_time": "<string>",
"elapsed_time": "<string>",
"elapsed_hours": 123,
"elapsed_minutes": 123,
"deputy_employee_id": 123,
"message": "<string>",
"staff_id": "<string>"
}Staff ID for service accounts with PIN auth
"123e4567-e89b-12d3-a456-426614174000"