EmployeeTimeEntryAndWhereaboutRequest

GET {{base_url}}/EmployeeTimeEntryAndWhereaboutRequest

Retrieves a list of dates where time entries are higher than whereabout entries for a specific employee.

API
Whereabout API

Requires Authentication
Yes

Returns
EmployeeWhereaboutMissingTimeTrackingVisualization

Batch?
No

Request Params

KeyDatatypeRequiredDescription
EmployeeIdstringOptional.
(int32)
The identifier of the associated employee.
For information about the Employee object, see Employee.
LookUpStartDatestringOptional.
(date-time)
The date and time stamp from which the lookup started.
LookUpEndDatestringOptional.
(date-time)
The date and time stamp until when the lookup ended.

RESPONSES

status: OK

{"EmployeeId":2,"CompanyId":1,"MissingDateAndHours":[{"Date":"2022-06-13T00:00:00.000Z","Hours":1},{"Date":"2022-06-16T00:00:00.000Z","Hours":1},{"Date":"2022-06-11T00:00:00.000Z","Hours":3},{"Date":"2022-08-19T00:00:00.000Z","Hours":3},{"Date":"2022-04-09T00:00:00.000Z","Hours":5},{"Date":"2022-04-28T00:00:00.000Z","Hours":5},{"Date":"2022-06-14T00:00:00.000Z","Hours":5},{"Date":"2022-04-07T00:00:00.000Z","Hours":6},{"Date":"2022-05-09T00:00:00.000Z","Hours":10},{"Date":"2022-06-15T00:00:00.000Z","Hours":10}]}