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
Key | Datatype | Required | Description |
---|---|---|---|
EmployeeId | string | Optional. | |
(int32) | |||
The identifier of the associated employee. | |||
For information about the Employee object, see Employee. | |||
LookUpStartDate | string | Optional. | |
(date-time) | |||
The date and time stamp from which the lookup started. | |||
LookUpEndDate | string | Optional. | |
(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}]}